COLOR #C5BBDA

HEX: #C5BBDA
RGB: (197,187,218)

Color info

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

RGB color model

#C5BBDA color RGB value is (197,187,218).

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

RGB channels and saturation

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

197
187
218

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

Portions of RGB colors in percentages

R + G + B =
197 + 187 + 218 = 602 (100%)
R 197 of 602 ~ 32.72%
G 187 of 602 ~ 31.06%
B 218 of 602 ~ 36.21%

%32.72
%31.06
%36.21

CMYK color model

#C5BBDA color CMYK value is (10,14,0,15).

  • cyan value is 9.63%
  • magenta value is 14.22%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(10,14,0,15)
C10M14Y0K15 
(10%,14%,0%,15%)
(0.10/0.14/0.00/0.15)	

CMYK percentages

%9.63
%14.22
%0
%14.51

Codes

Color #C5BBDA in popluar color models

C5BBDA
RGB197187218
HSL259°29.52%79.41%
HSB/HSV259°14.22%85.49%
CMYK9.63%14.22%0.00%
14.51%

Color #C5BBDA in popluar number systems.

HEXC5BBDA
Decimal197187218
Binary110001011011101111011010
Octal305273332

Shades and tints

Shades of #C5BBDA

#C5BBDA
(197,187,218)
#B4AAC7
(180,170,199)
#A399B4
(163,153,180)
#9288A1
(146,136,161)
#81778E
(129,119,142)
#70667B
(112,102,123)
#5F5568
(95,85,104)
#4E4455
(78,68,85)
#3D3342
(61,51,66)
#2C222F
(44,34,47)
#1B111C
(27,17,28)
#000000
(0,0,0)

Tints of #C5BBDA

#C5BBDA
(197,187,218)
#CAC1DD
(202,193,221)
#CFC7E0
(207,199,224)
#D4CDE3
(212,205,227)
#D9D3E6
(217,211,230)
#DED9E9
(222,217,233)
#E3DFEC
(227,223,236)
#E8E5EF
(232,229,239)
#EDEBF2
(237,235,242)
#F2F1F5
(242,241,245)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BBDA; }

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

This text font color is #C5BBDA.


Background Color

.myBgColor { background-color: #C5BBDA; }

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

This div background color is #C5BBDA.


Border color

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

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

This div border color is #C5BBDA.


Opacity

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

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

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

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

This text has shadow with #C5BBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BBDA on black background.


Color preview on white background

This text has color #C5BBDA on white background.



Black color preview on #C5BBDA background

This text has black color on #C5BBDA background.


White color preview on #C5BBDA background

This text has white color on #C5BBDA background.