COLOR #C5B9E4

HEX: #C5B9E4
RGB: (197,185,228)

Color info

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

RGB color model

#C5B9E4 color RGB value is (197,185,228).

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

RGB channels and saturation

R 197 of 255 = 77%
G 185 of 255 = 73%
B 228 of 255 = 89%

197
185
228

R + G + B ~ 80%. #C5B9E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 185 + 228 = 610 (100%)
R 197 of 610 ~ 32.3%
G 185 of 610 ~ 30.33%
B 228 of 610 ~ 37.38%

%32.3
%30.33
%37.38

CMYK color model

#C5B9E4 color CMYK value is (14,19,0,11).

  • cyan value is 13.60%
  • magenta value is 18.86%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(14,19,0,11)
C14M19Y0K11 
(14%,19%,0%,11%)
(0.14/0.19/0.00/0.11)	

CMYK percentages

%13.6
%18.86
%0
%10.59

Codes

Color #C5B9E4 in popluar color models

C5B9E4
RGB197185228
HSL257°44.33%80.98%
HSB/HSV257°18.86%89.41%
CMYK13.60%18.86%0.00%
10.59%

Color #C5B9E4 in popluar number systems.

HEXC5B9E4
Decimal197185228
Binary110001011011100111100100
Octal305271344

Shades and tints

Shades of #C5B9E4

#C5B9E4
(197,185,228)
#B4A9D0
(180,169,208)
#A399BC
(163,153,188)
#9289A8
(146,137,168)
#817994
(129,121,148)
#706980
(112,105,128)
#5F596C
(95,89,108)
#4E4958
(78,73,88)
#3D3944
(61,57,68)
#2C2930
(44,41,48)
#1B191C
(27,25,28)
#000000
(0,0,0)

Tints of #C5B9E4

#C5B9E4
(197,185,228)
#CABFE6
(202,191,230)
#CFC5E8
(207,197,232)
#D4CBEA
(212,203,234)
#D9D1EC
(217,209,236)
#DED7EE
(222,215,238)
#E3DDF0
(227,221,240)
#E8E3F2
(232,227,242)
#EDE9F4
(237,233,244)
#F2EFF6
(242,239,246)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B9E4; }

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

This text font color is #C5B9E4.


Background Color

.myBgColor { background-color: #C5B9E4; }

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

This div background color is #C5B9E4.


Border color

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

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

This div border color is #C5B9E4.


Opacity

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

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

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

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

This text has shadow with #C5B9E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B9E4 on black background.


Color preview on white background

This text has color #C5B9E4 on white background.



Black color preview on #C5B9E4 background

This text has black color on #C5B9E4 background.


White color preview on #C5B9E4 background

This text has white color on #C5B9E4 background.