COLOR #CBB9EE

HEX: #CBB9EE RGB: (203,185,238)

Color info

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

RGB color model

#CBB9EE color RGB value is (203,185,238).

RGB: (203,185,238) (80%, 73%, 93%)

RGB channels and saturation

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

203
185
238

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

Portions of RGB colors in percentages

R + G + B = 203 + 185 + 238 = 626 (100%)
R 203 of 626 ~ 32.43%
G 185 of 626 ~ 29.55%
B 238 of 626 ~ 38.02'%

%32.43
%29.55
%38.02

CMYK color model

#CBB9EE color CMYK value is (15,22,0,7).

  • cyan value is 14.71%
  • magenta value is 22.27%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (15,22,0,7)
C15M22Y0K7 (15%, 22%, 0%, 7%)
(0.15 / 0.22 / 0.00 / 0.07)

CMYK percentages

%14.71
%22.27
%0
%6.67

Codes

Color #CBB9EE in popluar color models

CB B9 EE
RGB 203 185 238
HSL 260° 60.92% 82.94%
HSB/HSV 260° 22.27% 93.33%
CMYK 14.71% 22.27% 0.00%
6.67%

Color #CBB9EE in popluar number systems.

HEX CB B9 EE
Decimal 203 185 238
Binary 11001011 10111001 11101110
Octal 313 271 356

Shades and tints

Shades of #CBB9EE

#CBB9EE
(203,185,238)
#B9A9D9
(185,169,217)
#A799C4
(167,153,196)
#9589AF
(149,137,175)
#83799A
(131,121,154)
#716985
(113,105,133)
#5F5970
(95,89,112)
#4D495B
(77,73,91)
#3B3946
(59,57,70)
#292931
(41,41,49)
#17191C
(23,25,28)
#000000
(0,0,0)

Tints of #CBB9EE

#CBB9EE
(203,185,238)
#CFBFEF
(207,191,239)
#D3C5F0
(211,197,240)
#D7CBF1
(215,203,241)
#DBD1F2
(219,209,242)
#DFD7F3
(223,215,243)
#E3DDF4
(227,221,244)
#E7E3F5
(231,227,245)
#EBE9F6
(235,233,246)
#EFEFF7
(239,239,247)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBB9EE; }

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

This text font color is #CBB9EE.

Background Color

.myBgColor { background-color: #CBB9EE; }

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

This div background color is #CBB9EE.

Border color

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

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

This div border color is #CBB9EE.

Opacity

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

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

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

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

This text has shadow with #CBB9EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBB9EE.

Preview

Color preview on black background

This text has color #CBB9EE on black background.


Color preview on white background

This text has color #CBB9EE on white background.


Black color preview on #CBB9EE background

This text has black color on #CBB9EE background.


White color preview on #CBB9EE background

This text has white color on #CBB9EE background.


Related colors

Complementary color

Complementary color for #hex is #344611.


I love getcolorcode.com

Triadic colors

1 #EECBB9 and #B9EECB with #CBB9EE are triadic colors.

2 #EEB9CB and #B9CBEE with #CBB9EE are triadic colors.