COLOR #CCB9EE

HEX: #CCB9EE
RGB: (204,185,238)

Color info

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

RGB color model

#CCB9EE color RGB value is (204,185,238).

  • red value is 204;
  • green value is 185;
  • blue value is 238.
RGB:
(204,185,238)
(80%,73%,93%)

RGB channels and saturation

R 204 of 255 = 80%
G 185 of 255 = 73%
B 238 of 255 = 93%

204
185
238

R + G + B ~ 82%. #CCB9EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 185 + 238 = 627 (100%)
R 204 of 627 ~ 32.54%
G 185 of 627 ~ 29.51%
B 238 of 627 ~ 37.96%

%32.54
%29.51
%37.96

CMYK color model

#CCB9EE color CMYK value is (14,22,0,7).

  • cyan value is 14.29%
  • magenta value is 22.27%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(14,22,0,7)
C14M22Y0K7 
(14%,22%,0%,7%)
(0.14/0.22/0.00/0.07)	

CMYK percentages

%14.29
%22.27
%0
%6.67

Codes

Color #CCB9EE in popluar color models

CCB9EE
RGB204185238
HSL262°60.92%82.94%
HSB/HSV262°22.27%93.33%
CMYK14.29%22.27%0.00%
6.67%

Color #CCB9EE in popluar number systems.

HEXCCB9EE
Decimal204185238
Binary110011001011100111101110
Octal314271356

Shades and tints

Shades of #CCB9EE

#CCB9EE
(204,185,238)
#BAA9D9
(186,169,217)
#A899C4
(168,153,196)
#9689AF
(150,137,175)
#84799A
(132,121,154)
#726985
(114,105,133)
#605970
(96,89,112)
#4E495B
(78,73,91)
#3C3946
(60,57,70)
#2A2931
(42,41,49)
#18191C
(24,25,28)
#000000
(0,0,0)

Tints of #CCB9EE

#CCB9EE
(204,185,238)
#D0BFEF
(208,191,239)
#D4C5F0
(212,197,240)
#D8CBF1
(216,203,241)
#DCD1F2
(220,209,242)
#E0D7F3
(224,215,243)
#E4DDF4
(228,221,244)
#E8E3F5
(232,227,245)
#ECE9F6
(236,233,246)
#F0EFF7
(240,239,247)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB9EE color. Also use rgb(204,185,238) instead hex code.

Text Font Color

.myTextColor { color: #CCB9EE; }

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

This text font color is #CCB9EE.


Background Color

.myBgColor { background-color: #CCB9EE; }

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

This div background color is #CCB9EE.


Border color

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

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

This div border color is #CCB9EE.


Opacity

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

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

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

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

This text has shadow with #CCB9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB9EE on black background.


Color preview on white background

This text has color #CCB9EE on white background.



Black color preview on #CCB9EE background

This text has black color on #CCB9EE background.


White color preview on #CCB9EE background

This text has white color on #CCB9EE background.