COLOR #C5BDD9

HEX: #C5BDD9
RGB: (197,189,217)

Renk bilgisi

#C5BDD9 contains red, green and blue colors in about the same proportion. #C5BDD9 ‘ nin web güvenlik rengi #CCCCCC (ya da #CCC) dir.

RGB renk modeli

#C5BDD9 color RGB value is (197,189,217).

  • kırmız ton 197;
  • yeşil ton 189;
  • mavi ton 217.
RGB:
(197,189,217)
(77%,74%,85%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 189 of 255 = 74%
B 217 of 255 = 85%

197
189
217

R + G + B ~ 79%. #C5BDD9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 189 + 217 = 603 (100%)
R 197 of 603 ~ 32.67%
G 189 of 603 ~ 31.34%
B 217 of 603 ~ 35.99%

%32.67
%31.34
%35.99

CMYK RENK MODELİ

#C5BDD9 rengi CMYK tonu (9,13,0,15).

  • camgöbeği tonu 9.22%
  • eflatun tonu 12.90%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(9,13,0,15)
C9M13Y0K15 
(9%,13%,0%,15%)
(0.09/0.13/0.00/0.15)	

CMYK yüzdeleri

%9.22
%12.9
%0
%14.9

Codes

Color #C5BDD9 in popluar color models

C5BDD9
RGB197189217
HSL257°26.92%79.61%
HSB/HSV257°12.90%85.10%
CMYK9.22%12.90%0.00%
14.90%

Color #C5BDD9 in popluar number systems.

HEXC5BDD9
Decimal197189217
Binary110001011011110111011001
Octal305275331

Shades and tints

Shades of #C5BDD9

#C5BDD9
(197,189,217)
#B4ACC6
(180,172,198)
#A39BB3
(163,155,179)
#928AA0
(146,138,160)
#81798D
(129,121,141)
#70687A
(112,104,122)
#5F5767
(95,87,103)
#4E4654
(78,70,84)
#3D3541
(61,53,65)
#2C242E
(44,36,46)
#1B131B
(27,19,27)
#000000
(0,0,0)

Tints of #C5BDD9

#C5BDD9
(197,189,217)
#CAC3DC
(202,195,220)
#CFC9DF
(207,201,223)
#D4CFE2
(212,207,226)
#D9D5E5
(217,213,229)
#DEDBE8
(222,219,232)
#E3E1EB
(227,225,235)
#E8E7EE
(232,231,238)
#EDEDF1
(237,237,241)
#F2F3F4
(242,243,244)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5BDD9 color. Also use rgb(197,189,217) instead hex code.

Text Font Color

.myTextColor { color: #C5BDD9; }

<p style="color:#C5BDD9">This sample text font color is #C5BDD9.</p>

This text font color is #C5BDD9.


Background Color

.myBgColor { background-color: #C5BDD9; }

<div style="background-color:#C5BDD9">Inner text</div>

This div background color is #C5BDD9.


Border color

.myBorderColor { border: 1px solid #C5BDD9; }

<div style="border:3px solid #C5BDD9">Div</div>

This div border color is #C5BDD9.


Opacity

.myOpacity80 { color: #C5BDD9; opacity: 0.8; }

<p style="color:#C5BDD9;opacity:0.8;">80%</p>

Text with #C5BDD9 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C5BDD9;}

<p style="text-shadow: 3px 3px 1px #C5BDD9">Text here.</p>

This text has shadow with #C5BDD9 color.

.textShadow {text-shadow: 3px 3px 1px #C5BDD9, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C5BDD9, 5px 5px 20px red">Text here.</p>

This text has shadow with #C5BDD9 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5BDD9, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C5BDD9, Direction=45, Strength=4)">Text</p>

This text has shadow with #C5BDD9 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C5BDD9;
  -webkit-box-shadow:	1px 1px 3px 2px #C5BDD9;
  box-shadow:		1px 1px 3px 2px #C5BDD9;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5BDD9;
-webkit-box-shadow: 1px 1px 3px 2px #C5BDD9;
box-shadow:1px 1px 3px 2px #C5BDD9;">
Div content here</div>
This div box has shadow with color #C5BDD9.

Preview

Color preview on black background

This text has color #C5BDD9 on black background.


Color preview on white background

This text has color #C5BDD9 on white background.



Black color preview on #C5BDD9 background

This text has black color on #C5BDD9 background.


White color preview on #C5BDD9 background

This text has white color on #C5BDD9 background.