COLOR #C5B4DA

HEX: #C5B4DA
RGB: (197,180,218)

Color info

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

RGB color model

#C5B4DA color RGB value is (197,180,218).

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

RGB channels and saturation

R 197 of 255 = 77%
G 180 of 255 = 71%
B 218 of 255 = 85%

197
180
218

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

Portions of RGB colors in percentages

R + G + B =
197 + 180 + 218 = 595 (100%)
R 197 of 595 ~ 33.11%
G 180 of 595 ~ 30.25%
B 218 of 595 ~ 36.64%

%33.11
%30.25
%36.64

CMYK color model

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

  • cyan value is 9.63%
  • magenta value is 17.43%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(10,17,0,15)
C10M17Y0K15 
(10%,17%,0%,15%)
(0.10/0.17/0.00/0.15)	

CMYK percentages

%9.63
%17.43
%0
%14.51

Codes

Color #C5B4DA in popluar color models

C5B4DA
RGB197180218
HSL267°33.93%78.04%
HSB/HSV267°17.43%85.49%
CMYK9.63%17.43%0.00%
14.51%

Color #C5B4DA in popluar number systems.

HEXC5B4DA
Decimal197180218
Binary110001011011010011011010
Octal305264332

Shades and tints

Shades of #C5B4DA

#C5B4DA
(197,180,218)
#B4A4C7
(180,164,199)
#A394B4
(163,148,180)
#9284A1
(146,132,161)
#81748E
(129,116,142)
#70647B
(112,100,123)
#5F5468
(95,84,104)
#4E4455
(78,68,85)
#3D3442
(61,52,66)
#2C242F
(44,36,47)
#1B141C
(27,20,28)
#000000
(0,0,0)

Tints of #C5B4DA

#C5B4DA
(197,180,218)
#CABADD
(202,186,221)
#CFC0E0
(207,192,224)
#D4C6E3
(212,198,227)
#D9CCE6
(217,204,230)
#DED2E9
(222,210,233)
#E3D8EC
(227,216,236)
#E8DEEF
(232,222,239)
#EDE4F2
(237,228,242)
#F2EAF5
(242,234,245)
#F7F0F8
(247,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B4DA; }

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

This text font color is #C5B4DA.


Background Color

.myBgColor { background-color: #C5B4DA; }

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

This div background color is #C5B4DA.


Border color

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

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

This div border color is #C5B4DA.


Opacity

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

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

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

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

This text has shadow with #C5B4DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B4DA on black background.


Color preview on white background

This text has color #C5B4DA on white background.



Black color preview on #C5B4DA background

This text has black color on #C5B4DA background.


White color preview on #C5B4DA background

This text has white color on #C5B4DA background.