COLOR #CBB6EC

HEX: #CBB6EC RGB: (203,182,236)

Color info

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

RGB color model

#CBB6EC color RGB value is (203,182,236).

RGB: (203,182,236) (80%, 71%, 93%)

RGB channels and saturation

R 203 of 255 = 80%
G 182 of 255 = 71%
B 236 of 255 = 93%

203
182
236

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

Portions of RGB colors in percentages

R + G + B = 203 + 182 + 236 = 621 (100%)
R 203 of 621 ~ 32.69%
G 182 of 621 ~ 29.31%
B 236 of 621 ~ 38'%

%32.69
%29.31
%38

CMYK color model

#CBB6EC color CMYK value is (14,23,0,7).

  • cyan value is 13.98%
  • magenta value is 22.88%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (14,23,0,7)
C14M23Y0K7 (14%, 23%, 0%, 7%)
(0.14 / 0.23 / 0.00 / 0.07)

CMYK percentages

%13.98
%22.88
%0
%7.45

Codes

Color #CBB6EC in popluar color models

CB B6 EC
RGB 203 182 236
HSL 263° 58.70% 81.96%
HSB/HSV 263° 22.88% 92.55%
CMYK 13.98% 22.88% 0.00%
7.45%

Color #CBB6EC in popluar number systems.

HEX CB B6 EC
Decimal 203 182 236
Binary 11001011 10110110 11101100
Octal 313 266 354

Shades and tints

Shades of #CBB6EC

#CBB6EC
(203,182,236)
#B9A6D7
(185,166,215)
#A796C2
(167,150,194)
#9586AD
(149,134,173)
#837698
(131,118,152)
#716683
(113,102,131)
#5F566E
(95,86,110)
#4D4659
(77,70,89)
#3B3644
(59,54,68)
#29262F
(41,38,47)
#17161A
(23,22,26)
#000000
(0,0,0)

Tints of #CBB6EC

#CBB6EC
(203,182,236)
#CFBCED
(207,188,237)
#D3C2EE
(211,194,238)
#D7C8EF
(215,200,239)
#DBCEF0
(219,206,240)
#DFD4F1
(223,212,241)
#E3DAF2
(227,218,242)
#E7E0F3
(231,224,243)
#EBE6F4
(235,230,244)
#EFECF5
(239,236,245)
#F3F2F6
(243,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBB6EC color. Also use rgb(203,182,236) instead hex code.

Text Font Color

.myTextColor { color: #CBB6EC; }

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

This text font color is #CBB6EC.

Background Color

.myBgColor { background-color: #CBB6EC; }

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

This div background color is #CBB6EC.

Border color

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

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

This div border color is #CBB6EC.

Opacity

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

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

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

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

This text has shadow with #CBB6EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBB6EC.

Preview

Color preview on black background

This text has color #CBB6EC on black background.


Color preview on white background

This text has color #CBB6EC on white background.


Black color preview on #CBB6EC background

This text has black color on #CBB6EC background.


White color preview on #CBB6EC background

This text has white color on #CBB6EC background.


Related colors

Complementary color

Complementary color for #hex is #344913.


I love getcolorcode.com

Triadic colors

1 #ECCBB6 and #B6ECCB with #CBB6EC are triadic colors.

2 #ECB6CB and #B6CBEC with #CBB6EC are triadic colors.