COLOR #C5B9D8

HEX: #C5B9D8
RGB: (197,185,216)

Color info

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

RGB color model

#C5B9D8 color RGB value is (197,185,216).

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

RGB channels and saturation

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

197
185
216

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

Portions of RGB colors in percentages

R + G + B =
197 + 185 + 216 = 598 (100%)
R 197 of 598 ~ 32.94%
G 185 of 598 ~ 30.94%
B 216 of 598 ~ 36.12%

%32.94
%30.94
%36.12

CMYK color model

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

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

CMYK percentages

%8.8
%14.35
%0
%15.29

Codes

Color #C5B9D8 in popluar color models

C5B9D8
RGB197185216
HSL263°28.44%78.63%
HSB/HSV263°14.35%84.71%
CMYK8.80%14.35%0.00%
15.29%

Color #C5B9D8 in popluar number systems.

HEXC5B9D8
Decimal197185216
Binary110001011011100111011000
Octal305271330

Shades and tints

Shades of #C5B9D8

#C5B9D8
(197,185,216)
#B4A9C5
(180,169,197)
#A399B2
(163,153,178)
#92899F
(146,137,159)
#81798C
(129,121,140)
#706979
(112,105,121)
#5F5966
(95,89,102)
#4E4953
(78,73,83)
#3D3940
(61,57,64)
#2C292D
(44,41,45)
#1B191A
(27,25,26)
#000000
(0,0,0)

Tints of #C5B9D8

#C5B9D8
(197,185,216)
#CABFDB
(202,191,219)
#CFC5DE
(207,197,222)
#D4CBE1
(212,203,225)
#D9D1E4
(217,209,228)
#DED7E7
(222,215,231)
#E3DDEA
(227,221,234)
#E8E3ED
(232,227,237)
#EDE9F0
(237,233,240)
#F2EFF3
(242,239,243)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B9D8; }

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

This text font color is #C5B9D8.


Background Color

.myBgColor { background-color: #C5B9D8; }

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

This div background color is #C5B9D8.


Border color

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

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

This div border color is #C5B9D8.


Opacity

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

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

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

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

This text has shadow with #C5B9D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B9D8 on black background.


Color preview on white background

This text has color #C5B9D8 on white background.



Black color preview on #C5B9D8 background

This text has black color on #C5B9D8 background.


White color preview on #C5B9D8 background

This text has white color on #C5B9D8 background.