COLOR #CBB0EA

HEX: #CBB0EA RGB: (203,176,234)

Color info

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

RGB color model

#CBB0EA color RGB value is (203,176,234).

RGB: (203,176,234) (80%, 69%, 92%)

RGB channels and saturation

R 203 of 255 = 80%
G 176 of 255 = 69%
B 234 of 255 = 92%

203
176
234

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

Portions of RGB colors in percentages

R + G + B = 203 + 176 + 234 = 613 (100%)
R 203 of 613 ~ 33.12%
G 176 of 613 ~ 28.71%
B 234 of 613 ~ 38.17'%

%33.12
%28.71
%38.17

CMYK color model

#CBB0EA color CMYK value is (13,25,0,8).

  • cyan value is 13.25%
  • magenta value is 24.79%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (13,25,0,8) C13M25Y0K8 (13%,25%,0%,8%) (0.13/0.25/0.00/0.08) 

CMYK percentages

%13.25
%24.79
%0
%8.24

Codes

Color #CBB0EA in popluar color models

CB B0 EA
RGB 203 176 234
HSL 268° 58.00% 80.39%
HSB/HSV 268° 24.79% 91.76%
CMYK 13.25% 24.79% 0.00%
8.24%

Color #CBB0EA in popluar number systems.

HEX CB B0 EA
Decimal 203 176 234
Binary 11001011 10110000 11101010
Octal 313 260 352

Shades and tints

Shades of #CBB0EA

#CBB0EA
(203,176,234)
#B9A0D5
(185,160,213)
#A790C0
(167,144,192)
#9580AB
(149,128,171)
#837096
(131,112,150)
#716081
(113,96,129)
#5F506C
(95,80,108)
#4D4057
(77,64,87)
#3B3042
(59,48,66)
#29202D
(41,32,45)
#171018
(23,16,24)
#000000
(0,0,0)

Tints of #CBB0EA

#CBB0EA
(203,176,234)
#CFB7EB
(207,183,235)
#D3BEEC
(211,190,236)
#D7C5ED
(215,197,237)
#DBCCEE
(219,204,238)
#DFD3EF
(223,211,239)
#E3DAF0
(227,218,240)
#E7E1F1
(231,225,241)
#EBE8F2
(235,232,242)
#EFEFF3
(239,239,243)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBB0EA; }

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

This text font color is #CBB0EA.

Background Color

.myBgColor { background-color: #CBB0EA; }

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

This div background color is #CBB0EA.

Border color

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

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

This div border color is #CBB0EA.

Opacity

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

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

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

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

This text has shadow with #CBB0EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBB0EA.

Preview

Color preview on black background

This text has color #CBB0EA on black background.


Color preview on white background

This text has color #CBB0EA on white background.


Black color preview on #CBB0EA background

This text has black color on #CBB0EA background.


White color preview on #CBB0EA background

This text has white color on #CBB0EA background.


Related colors

Complementary color

Complementary color for #hex is #344F15.


I love getcolorcode.com

Triadic colors

1 #EACBB0 and #B0EACB with #CBB0EA are triadic colors.

2 #EAB0CB and #B0CBEA with #CBB0EA are triadic colors.