COLOR #C9B8EA

HEX: #C9B8EA
RGB: (201,184,234)

Color info

#C9B8EA contains red, green and blue colors in about the same proportion. Web safe color of #C9B8EA is #CCCCFF (or #CCF).

RGB color model

#C9B8EA color RGB value is (201,184,234).

  • red value is 201;
  • green value is 184;
  • blue value is 234.
RGB:
(201,184,234)
(79%,72%,92%)

RGB channels and saturation

R 201 of 255 = 79%
G 184 of 255 = 72%
B 234 of 255 = 92%

201
184
234

R + G + B ~ 81%. #C9B8EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 184 + 234 = 619 (100%)
R 201 of 619 ~ 32.47%
G 184 of 619 ~ 29.73%
B 234 of 619 ~ 37.8%

%32.47
%29.73
%37.8

CMYK color model

#C9B8EA color CMYK value is (14,21,0,8).

  • cyan value is 14.10%
  • magenta value is 21.37%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(14,21,0,8)
C14M21Y0K8 
(14%,21%,0%,8%)
(0.14/0.21/0.00/0.08)	

CMYK percentages

%14.1
%21.37
%0
%8.24

Codes

Color #C9B8EA in popluar color models

C9B8EA
RGB201184234
HSL260°54.35%81.96%
HSB/HSV260°21.37%91.76%
CMYK14.10%21.37%0.00%
8.24%

Color #C9B8EA in popluar number systems.

HEXC9B8EA
Decimal201184234
Binary110010011011100011101010
Octal311270352

Shades and tints

Shades of #C9B8EA

#C9B8EA
(201,184,234)
#B7A8D5
(183,168,213)
#A598C0
(165,152,192)
#9388AB
(147,136,171)
#817896
(129,120,150)
#6F6881
(111,104,129)
#5D586C
(93,88,108)
#4B4857
(75,72,87)
#393842
(57,56,66)
#27282D
(39,40,45)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #C9B8EA

#C9B8EA
(201,184,234)
#CDBEEB
(205,190,235)
#D1C4EC
(209,196,236)
#D5CAED
(213,202,237)
#D9D0EE
(217,208,238)
#DDD6EF
(221,214,239)
#E1DCF0
(225,220,240)
#E5E2F1
(229,226,241)
#E9E8F2
(233,232,242)
#EDEEF3
(237,238,243)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B8EA color. Also use rgb(201,184,234) instead hex code.

Text Font Color

.myTextColor { color: #C9B8EA; }

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

This text font color is #C9B8EA.


Background Color

.myBgColor { background-color: #C9B8EA; }

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

This div background color is #C9B8EA.


Border color

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

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

This div border color is #C9B8EA.


Opacity

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

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

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

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

This text has shadow with #C9B8EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B8EA on black background.


Color preview on white background

This text has color #C9B8EA on white background.



Black color preview on #C9B8EA background

This text has black color on #C9B8EA background.


White color preview on #C9B8EA background

This text has white color on #C9B8EA background.