COLOR #CBB9EB

HEX: #CBB9EB
RGB: (203,185,235)

Color info

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

RGB color model

#CBB9EB color RGB value is (203,185,235).

  • red value is 203;
  • green value is 185;
  • blue value is 235.
RGB:
(203,185,235)
(80%,73%,92%)

RGB channels and saturation

R 203 of 255 = 80%
G 185 of 255 = 73%
B 235 of 255 = 92%

203
185
235

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

Portions of RGB colors in percentages

R + G + B =
203 + 185 + 235 = 623 (100%)
R 203 of 623 ~ 32.58%
G 185 of 623 ~ 29.7%
B 235 of 623 ~ 37.72%

%32.58
%29.7
%37.72

CMYK color model

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

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

CMYK percentages

%13.62
%21.28
%0
%7.84

Codes

Color #CBB9EB in popluar color models

CBB9EB
RGB203185235
HSL262°55.56%82.35%
HSB/HSV262°21.28%92.16%
CMYK13.62%21.28%0.00%
7.84%

Color #CBB9EB in popluar number systems.

HEXCBB9EB
Decimal203185235
Binary110010111011100111101011
Octal313271353

Shades and tints

Shades of #CBB9EB

#CBB9EB
(203,185,235)
#B9A9D6
(185,169,214)
#A799C1
(167,153,193)
#9589AC
(149,137,172)
#837997
(131,121,151)
#716982
(113,105,130)
#5F596D
(95,89,109)
#4D4958
(77,73,88)
#3B3943
(59,57,67)
#29292E
(41,41,46)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #CBB9EB

#CBB9EB
(203,185,235)
#CFBFEC
(207,191,236)
#D3C5ED
(211,197,237)
#D7CBEE
(215,203,238)
#DBD1EF
(219,209,239)
#DFD7F0
(223,215,240)
#E3DDF1
(227,221,241)
#E7E3F2
(231,227,242)
#EBE9F3
(235,233,243)
#EFEFF4
(239,239,244)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBB9EB; }

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

This text font color is #CBB9EB.


Background Color

.myBgColor { background-color: #CBB9EB; }

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

This div background color is #CBB9EB.


Border color

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

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

This div border color is #CBB9EB.


Opacity

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

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

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

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

This text has shadow with #CBB9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBB9EB on black background.


Color preview on white background

This text has color #CBB9EB on white background.



Black color preview on #CBB9EB background

This text has black color on #CBB9EB background.


White color preview on #CBB9EB background

This text has white color on #CBB9EB background.