COLOR #CBB3E7

HEX: #CBB3E7
RGB: (203,179,231)

Color info

#CBB3E7 contains red, green and blue colors in about the same proportion. Web safe color of #CBB3E7 is #CC99FF (or #C9F).

RGB color model

#CBB3E7 color RGB value is (203,179,231).

  • red value is 203;
  • green value is 179;
  • blue value is 231.
RGB:
(203,179,231)
(80%,70%,91%)

RGB channels and saturation

R 203 of 255 = 80%
G 179 of 255 = 70%
B 231 of 255 = 91%

203
179
231

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

Portions of RGB colors in percentages

R + G + B =
203 + 179 + 231 = 613 (100%)
R 203 of 613 ~ 33.12%
G 179 of 613 ~ 29.2%
B 231 of 613 ~ 37.68%

%33.12
%29.2
%37.68

CMYK color model

#CBB3E7 color CMYK value is (12,23,0,9).

  • cyan value is 12.12%
  • magenta value is 22.51%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(12,23,0,9)
C12M23Y0K9 
(12%,23%,0%,9%)
(0.12/0.23/0.00/0.09)	

CMYK percentages

%12.12
%22.51
%0
%9.41

Codes

Color #CBB3E7 in popluar color models

CBB3E7
RGB203179231
HSL268°52.00%80.39%
HSB/HSV268°22.51%90.59%
CMYK12.12%22.51%0.00%
9.41%

Color #CBB3E7 in popluar number systems.

HEXCBB3E7
Decimal203179231
Binary110010111011001111100111
Octal313263347

Shades and tints

Shades of #CBB3E7

#CBB3E7
(203,179,231)
#B9A3D2
(185,163,210)
#A793BD
(167,147,189)
#9583A8
(149,131,168)
#837393
(131,115,147)
#71637E
(113,99,126)
#5F5369
(95,83,105)
#4D4354
(77,67,84)
#3B333F
(59,51,63)
#29232A
(41,35,42)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #CBB3E7

#CBB3E7
(203,179,231)
#CFB9E9
(207,185,233)
#D3BFEB
(211,191,235)
#D7C5ED
(215,197,237)
#DBCBEF
(219,203,239)
#DFD1F1
(223,209,241)
#E3D7F3
(227,215,243)
#E7DDF5
(231,221,245)
#EBE3F7
(235,227,247)
#EFE9F9
(239,233,249)
#F3EFFB
(243,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBB3E7 color. Also use rgb(203,179,231) instead hex code.

Text Font Color

.myTextColor { color: #CBB3E7; }

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

This text font color is #CBB3E7.


Background Color

.myBgColor { background-color: #CBB3E7; }

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

This div background color is #CBB3E7.


Border color

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

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

This div border color is #CBB3E7.


Opacity

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

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

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

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

This text has shadow with #CBB3E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBB3E7 on black background.


Color preview on white background

This text has color #CBB3E7 on white background.



Black color preview on #CBB3E7 background

This text has black color on #CBB3E7 background.


White color preview on #CBB3E7 background

This text has white color on #CBB3E7 background.