COLOR #CBADDA

HEX: #CBADDA RGB: (203,173,218)

Color info

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

RGB color model

#CBADDA color RGB value is (203,173,218).

RGB: (203,173,218) (80%, 68%, 85%)

RGB channels and saturation

R 203 of 255 = 80%
G 173 of 255 = 68%
B 218 of 255 = 85%

203
173
218

R + G + B ~ 78%. #CBADDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 203 + 173 + 218 = 594 (100%)
R 203 of 594 ~ 34.18%
G 173 of 594 ~ 29.12%
B 218 of 594 ~ 36.7'%

%34.18
%29.12
%36.7

CMYK color model

#CBADDA color CMYK value is (7,21,0,15).

  • cyan value is 6.88%
  • magenta value is 20.64%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (7,21,0,15) C7M21Y0K15 (7%,21%,0%,15%) (0.07/0.21/0.00/0.15) 

CMYK percentages

%6.88
%20.64
%0
%14.51

Codes

Color #CBADDA in popluar color models

CB AD DA
RGB 203 173 218
HSL 280° 37.82% 76.67%
HSB/HSV 280° 20.64% 85.49%
CMYK 6.88% 20.64% 0.00%
14.51%

Color #CBADDA in popluar number systems.

HEX CB AD DA
Decimal 203 173 218
Binary 11001011 10101101 11011010
Octal 313 255 332

Shades and tints

Shades of #CBADDA

#CBADDA
(203,173,218)
#B99EC7
(185,158,199)
#A78FB4
(167,143,180)
#9580A1
(149,128,161)
#83718E
(131,113,142)
#71627B
(113,98,123)
#5F5368
(95,83,104)
#4D4455
(77,68,85)
#3B3542
(59,53,66)
#29262F
(41,38,47)
#17171C
(23,23,28)
#000000
(0,0,0)

Tints of #CBADDA

#CBADDA
(203,173,218)
#CFB4DD
(207,180,221)
#D3BBE0
(211,187,224)
#D7C2E3
(215,194,227)
#DBC9E6
(219,201,230)
#DFD0E9
(223,208,233)
#E3D7EC
(227,215,236)
#E7DEEF
(231,222,239)
#EBE5F2
(235,229,242)
#EFECF5
(239,236,245)
#F3F3F8
(243,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBADDA; }

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

This text font color is #CBADDA.

Background Color

.myBgColor { background-color: #CBADDA; }

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

This div background color is #CBADDA.

Border color

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

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

This div border color is #CBADDA.

Opacity

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

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

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

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

This text has shadow with #CBADDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBADDA.

Preview

Color preview on black background

This text has color #CBADDA on black background.


Color preview on white background

This text has color #CBADDA on white background.


Black color preview on #CBADDA background

This text has black color on #CBADDA background.


White color preview on #CBADDA background

This text has white color on #CBADDA background.


Related colors

Complementary color

Complementary color for #hex is #345225.


I love getcolorcode.com

Triadic colors

1 #DACBAD and #ADDACB with #CBADDA are triadic colors.

2 #DAADCB and #ADCBDA with #CBADDA are triadic colors.