COLOR #CBADC7

HEX: #CBADC7 RGB: (203,173,199)

Color info

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

RGB color model

#CBADC7 color RGB value is (203,173,199).

RGB: (203,173,199) (80%, 68%, 78%)

RGB channels and saturation

R 203 of 255 = 80%
G 173 of 255 = 68%
B 199 of 255 = 78%

203
173
199

R + G + B ~ 75%. #CBADC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 203 + 173 + 199 = 575 (100%)
R 203 of 575 ~ 35.3%
G 173 of 575 ~ 30.09%
B 199 of 575 ~ 34.61'%

%35.3
%30.09
%34.61

CMYK color model

#CBADC7 color CMYK value is (0,15,2,20).

  • cyan value is 0.00%
  • magenta value is 14.78%
  • yellow value is 1.97%
  • key color value is 20.39%

CMYK: (0,15,2,20)
C0M15Y2K20 (0%, 15%, 2%, 20%)
(0.00 / 0.15 / 0.02 / 0.20)

CMYK percentages

%0
%14.78
%1.97
%20.39

Codes

Color #CBADC7 in popluar color models

CB AD C7
RGB 203 173 199
HSL 308° 22.39% 73.73%
HSB/HSV 308° 14.78% 79.61%
CMYK 0.00% 14.78% 1.97%
20.39%

Color #CBADC7 in popluar number systems.

HEX CB AD C7
Decimal 203 173 199
Binary 11001011 10101101 11000111
Octal 313 255 307

Shades and tints

Shades of #CBADC7

#CBADC7
(203,173,199)
#B99EB5
(185,158,181)
#A78FA3
(167,143,163)
#958091
(149,128,145)
#83717F
(131,113,127)
#71626D
(113,98,109)
#5F535B
(95,83,91)
#4D4449
(77,68,73)
#3B3537
(59,53,55)
#292625
(41,38,37)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #CBADC7

#CBADC7
(203,173,199)
#CFB4CC
(207,180,204)
#D3BBD1
(211,187,209)
#D7C2D6
(215,194,214)
#DBC9DB
(219,201,219)
#DFD0E0
(223,208,224)
#E3D7E5
(227,215,229)
#E7DEEA
(231,222,234)
#EBE5EF
(235,229,239)
#EFECF4
(239,236,244)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBADC7; }

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

This text font color is #CBADC7.

Background Color

.myBgColor { background-color: #CBADC7; }

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

This div background color is #CBADC7.

Border color

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

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

This div border color is #CBADC7.

Opacity

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

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

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

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

This text has shadow with #CBADC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBADC7.

Preview

Color preview on black background

This text has color #CBADC7 on black background.


Color preview on white background

This text has color #CBADC7 on white background.


Black color preview on #CBADC7 background

This text has black color on #CBADC7 background.


White color preview on #CBADC7 background

This text has white color on #CBADC7 background.


Related colors

Complementary color

Complementary color for #hex is #345238.


I love getcolorcode.com

Triadic colors

1 #C7CBAD and #ADC7CB with #CBADC7 are triadic colors.

2 #C7ADCB and #ADCBC7 with #CBADC7 are triadic colors.