COLOR #C5BBD9

HEX: #C5BBD9
RGB: (197,187,217)

Color info

#C5BBD9 contains red, green and blue colors in about the same proportion. Web safe color of #C5BBD9 is #CCCCCC (or #CCC).

RGB color model

#C5BBD9 color RGB value is (197,187,217).

  • red value is 197;
  • green value is 187;
  • blue value is 217.
RGB:
(197,187,217)
(77%,73%,85%)

RGB channels and saturation

R 197 of 255 = 77%
G 187 of 255 = 73%
B 217 of 255 = 85%

197
187
217

R + G + B ~ 78%. #C5BBD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 187 + 217 = 601 (100%)
R 197 of 601 ~ 32.78%
G 187 of 601 ~ 31.11%
B 217 of 601 ~ 36.11%

%32.78
%31.11
%36.11

CMYK color model

#C5BBD9 color CMYK value is (9,14,0,15).

  • cyan value is 9.22%
  • magenta value is 13.82%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(9,14,0,15)
C9M14Y0K15 
(9%,14%,0%,15%)
(0.09/0.14/0.00/0.15)	

CMYK percentages

%9.22
%13.82
%0
%14.9

Codes

Color #C5BBD9 in popluar color models

C5BBD9
RGB197187217
HSL260°28.30%79.22%
HSB/HSV260°13.82%85.10%
CMYK9.22%13.82%0.00%
14.90%

Color #C5BBD9 in popluar number systems.

HEXC5BBD9
Decimal197187217
Binary110001011011101111011001
Octal305273331

Shades and tints

Shades of #C5BBD9

#C5BBD9
(197,187,217)
#B4AAC6
(180,170,198)
#A399B3
(163,153,179)
#9288A0
(146,136,160)
#81778D
(129,119,141)
#70667A
(112,102,122)
#5F5567
(95,85,103)
#4E4454
(78,68,84)
#3D3341
(61,51,65)
#2C222E
(44,34,46)
#1B111B
(27,17,27)
#000000
(0,0,0)

Tints of #C5BBD9

#C5BBD9
(197,187,217)
#CAC1DC
(202,193,220)
#CFC7DF
(207,199,223)
#D4CDE2
(212,205,226)
#D9D3E5
(217,211,229)
#DED9E8
(222,217,232)
#E3DFEB
(227,223,235)
#E8E5EE
(232,229,238)
#EDEBF1
(237,235,241)
#F2F1F4
(242,241,244)
#F7F7F7
(247,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BBD9; }

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

This text font color is #C5BBD9.


Background Color

.myBgColor { background-color: #C5BBD9; }

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

This div background color is #C5BBD9.


Border color

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

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

This div border color is #C5BBD9.


Opacity

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

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

Text with #C5BBD9 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 #C5BBD9;}

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

This text has shadow with #C5BBD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BBD9 on black background.


Color preview on white background

This text has color #C5BBD9 on white background.



Black color preview on #C5BBD9 background

This text has black color on #C5BBD9 background.


White color preview on #C5BBD9 background

This text has white color on #C5BBD9 background.