COLOR #CBB5EA

HEX: #CBB5EA RGB: (203,181,234)

Color info

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

RGB color model

#CBB5EA color RGB value is (203,181,234).

RGB: (203,181,234) (80%, 71%, 92%)

RGB channels and saturation

R 203 of 255 = 80%
G 181 of 255 = 71%
B 234 of 255 = 92%

203
181
234

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

Portions of RGB colors in percentages

R + G + B = 203 + 181 + 234 = 618 (100%)
R 203 of 618 ~ 32.85%
G 181 of 618 ~ 29.29%
B 234 of 618 ~ 37.86'%

%32.85
%29.29
%37.86

CMYK color model

#CBB5EA color CMYK value is (13,23,0,8).

  • cyan value is 13.25%
  • magenta value is 22.65%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (13,23,0,8)
C13M23Y0K8 (13%, 23%, 0%, 8%)
(0.13 / 0.23 / 0.00 / 0.08)

CMYK percentages

%13.25
%22.65
%0
%8.24

Codes

Color #CBB5EA in popluar color models

CB B5 EA
RGB 203 181 234
HSL 265° 55.79% 81.37%
HSB/HSV 265° 22.65% 91.76%
CMYK 13.25% 22.65% 0.00%
8.24%

Color #CBB5EA in popluar number systems.

HEX CB B5 EA
Decimal 203 181 234
Binary 11001011 10110101 11101010
Octal 313 265 352

Shades and tints

Shades of #CBB5EA

#CBB5EA
(203,181,234)
#B9A5D5
(185,165,213)
#A795C0
(167,149,192)
#9585AB
(149,133,171)
#837596
(131,117,150)
#716581
(113,101,129)
#5F556C
(95,85,108)
#4D4557
(77,69,87)
#3B3542
(59,53,66)
#29252D
(41,37,45)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #CBB5EA

#CBB5EA
(203,181,234)
#CFBBEB
(207,187,235)
#D3C1EC
(211,193,236)
#D7C7ED
(215,199,237)
#DBCDEE
(219,205,238)
#DFD3EF
(223,211,239)
#E3D9F0
(227,217,240)
#E7DFF1
(231,223,241)
#EBE5F2
(235,229,242)
#EFEBF3
(239,235,243)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBB5EA color. Also use rgb(203,181,234) instead hex code.

Text Font Color

.myTextColor { color: #CBB5EA; }

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

This text font color is #CBB5EA.

Background Color

.myBgColor { background-color: #CBB5EA; }

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

This div background color is #CBB5EA.

Border color

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

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

This div border color is #CBB5EA.

Opacity

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

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

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

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

This text has shadow with #CBB5EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBB5EA.

Preview

Color preview on black background

This text has color #CBB5EA on black background.


Color preview on white background

This text has color #CBB5EA on white background.


Black color preview on #CBB5EA background

This text has black color on #CBB5EA background.


White color preview on #CBB5EA background

This text has white color on #CBB5EA background.


Related colors

Complementary color

Complementary color for #hex is #344A15.


I love getcolorcode.com

Triadic colors

1 #EACBB5 and #B5EACB with #CBB5EA are triadic colors.

2 #EAB5CB and #B5CBEA with #CBB5EA are triadic colors.