COLOR #CBADE6

HEX: #CBADE6
RGB: (203,173,230)

Color info

#CBADE6 contains red, green and blue colors in about the same proportion. Web safe color of #CBADE6 is #CC99CC (or #C9C).

RGB color model

#CBADE6 color RGB value is (203,173,230).

  • red value is 203;
  • green value is 173;
  • blue value is 230.
RGB:
(203,173,230)
(80%,68%,90%)

RGB channels and saturation

R 203 of 255 = 80%
G 173 of 255 = 68%
B 230 of 255 = 90%

203
173
230

R + G + B ~ 79%. #CBADE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 173 + 230 = 606 (100%)
R 203 of 606 ~ 33.5%
G 173 of 606 ~ 28.55%
B 230 of 606 ~ 37.95%

%33.5
%28.55
%37.95

CMYK color model

#CBADE6 color CMYK value is (12,25,0,10).

  • cyan value is 11.74%
  • magenta value is 24.78%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(12,25,0,10)
C12M25Y0K10 
(12%,25%,0%,10%)
(0.12/0.25/0.00/0.10)	

CMYK percentages

%11.74
%24.78
%0
%9.8

Codes

Color #CBADE6 in popluar color models

CBADE6
RGB203173230
HSL272°53.27%79.02%
HSB/HSV272°24.78%90.20%
CMYK11.74%24.78%0.00%
9.80%

Color #CBADE6 in popluar number systems.

HEXCBADE6
Decimal203173230
Binary110010111010110111100110
Octal313255346

Shades and tints

Shades of #CBADE6

#CBADE6
(203,173,230)
#B99ED2
(185,158,210)
#A78FBE
(167,143,190)
#9580AA
(149,128,170)
#837196
(131,113,150)
#716282
(113,98,130)
#5F536E
(95,83,110)
#4D445A
(77,68,90)
#3B3546
(59,53,70)
#292632
(41,38,50)
#17171E
(23,23,30)
#000000
(0,0,0)

Tints of #CBADE6

#CBADE6
(203,173,230)
#CFB4E8
(207,180,232)
#D3BBEA
(211,187,234)
#D7C2EC
(215,194,236)
#DBC9EE
(219,201,238)
#DFD0F0
(223,208,240)
#E3D7F2
(227,215,242)
#E7DEF4
(231,222,244)
#EBE5F6
(235,229,246)
#EFECF8
(239,236,248)
#F3F3FA
(243,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBADE6 color. Also use rgb(203,173,230) instead hex code.

Text Font Color

.myTextColor { color: #CBADE6; }

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

This text font color is #CBADE6.


Background Color

.myBgColor { background-color: #CBADE6; }

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

This div background color is #CBADE6.


Border color

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

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

This div border color is #CBADE6.


Opacity

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

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

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

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

This text has shadow with #CBADE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBADE6 on black background.


Color preview on white background

This text has color #CBADE6 on white background.



Black color preview on #CBADE6 background

This text has black color on #CBADE6 background.


White color preview on #CBADE6 background

This text has white color on #CBADE6 background.