COLOR #C5B9DA

HEX: #C5B9DA
RGB: (197,185,218)

Color info

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

RGB color model

#C5B9DA color RGB value is (197,185,218).

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

RGB channels and saturation

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

197
185
218

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

Portions of RGB colors in percentages

R + G + B =
197 + 185 + 218 = 600 (100%)
R 197 of 600 ~ 32.83%
G 185 of 600 ~ 30.83%
B 218 of 600 ~ 36.33%

%32.83
%30.83
%36.33

CMYK color model

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

  • cyan value is 9.63%
  • magenta value is 15.14%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(10,15,0,15)
C10M15Y0K15 
(10%,15%,0%,15%)
(0.10/0.15/0.00/0.15)	

CMYK percentages

%9.63
%15.14
%0
%14.51

Codes

Color #C5B9DA in popluar color models

C5B9DA
RGB197185218
HSL262°30.84%79.02%
HSB/HSV262°15.14%85.49%
CMYK9.63%15.14%0.00%
14.51%

Color #C5B9DA in popluar number systems.

HEXC5B9DA
Decimal197185218
Binary110001011011100111011010
Octal305271332

Shades and tints

Shades of #C5B9DA

#C5B9DA
(197,185,218)
#B4A9C7
(180,169,199)
#A399B4
(163,153,180)
#9289A1
(146,137,161)
#81798E
(129,121,142)
#70697B
(112,105,123)
#5F5968
(95,89,104)
#4E4955
(78,73,85)
#3D3942
(61,57,66)
#2C292F
(44,41,47)
#1B191C
(27,25,28)
#000000
(0,0,0)

Tints of #C5B9DA

#C5B9DA
(197,185,218)
#CABFDD
(202,191,221)
#CFC5E0
(207,197,224)
#D4CBE3
(212,203,227)
#D9D1E6
(217,209,230)
#DED7E9
(222,215,233)
#E3DDEC
(227,221,236)
#E8E3EF
(232,227,239)
#EDE9F2
(237,233,242)
#F2EFF5
(242,239,245)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B9DA; }

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

This text font color is #C5B9DA.


Background Color

.myBgColor { background-color: #C5B9DA; }

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

This div background color is #C5B9DA.


Border color

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

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

This div border color is #C5B9DA.


Opacity

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

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

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

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

This text has shadow with #C5B9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B9DA on black background.


Color preview on white background

This text has color #C5B9DA on white background.



Black color preview on #C5B9DA background

This text has black color on #C5B9DA background.


White color preview on #C5B9DA background

This text has white color on #C5B9DA background.