COLOR #CBADB6

HEX: #CBADB6 RGB: (203,173,182)

Color info

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

RGB color model

#CBADB6 color RGB value is (203,173,182).

RGB: (203,173,182) (80%, 68%, 71%)

RGB channels and saturation

R 203 of 255 = 80%
G 173 of 255 = 68%
B 182 of 255 = 71%

203
173
182

R + G + B ~ 73%. #CBADB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 203 + 173 + 182 = 558 (100%)
R 203 of 558 ~ 36.38%
G 173 of 558 ~ 31%
B 182 of 558 ~ 32.62'%

%36.38
%31
%32.62

CMYK color model

#CBADB6 color CMYK value is (0,15,10,20).

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

CMYK: (0,15,10,20)
C0M15Y10K20 (0%, 15%, 10%, 20%)
(0.00 / 0.15 / 0.10 / 0.20)

CMYK percentages

%0
%14.78
%10.34
%20.39

Codes

Color #CBADB6 in popluar color models

CB AD B6
RGB 203 173 182
HSL 342° 22.39% 73.73%
HSB/HSV 342° 14.78% 79.61%
CMYK 0.00% 14.78% 10.34%
20.39%

Color #CBADB6 in popluar number systems.

HEX CB AD B6
Decimal 203 173 182
Binary 11001011 10101101 10110110
Octal 313 255 266

Shades and tints

Shades of #CBADB6

#CBADB6
(203,173,182)
#B99EA6
(185,158,166)
#A78F96
(167,143,150)
#958086
(149,128,134)
#837176
(131,113,118)
#716266
(113,98,102)
#5F5356
(95,83,86)
#4D4446
(77,68,70)
#3B3536
(59,53,54)
#292626
(41,38,38)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #CBADB6

#CBADB6
(203,173,182)
#CFB4BC
(207,180,188)
#D3BBC2
(211,187,194)
#D7C2C8
(215,194,200)
#DBC9CE
(219,201,206)
#DFD0D4
(223,208,212)
#E3D7DA
(227,215,218)
#E7DEE0
(231,222,224)
#EBE5E6
(235,229,230)
#EFECEC
(239,236,236)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBADB6; }

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

This text font color is #CBADB6.

Background Color

.myBgColor { background-color: #CBADB6; }

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

This div background color is #CBADB6.

Border color

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

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

This div border color is #CBADB6.

Opacity

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

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

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

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

This text has shadow with #CBADB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBADB6.

Preview

Color preview on black background

This text has color #CBADB6 on black background.


Color preview on white background

This text has color #CBADB6 on white background.


Black color preview on #CBADB6 background

This text has black color on #CBADB6 background.


White color preview on #CBADB6 background

This text has white color on #CBADB6 background.


Related colors

Complementary color

Complementary color for #hex is #345249.


I love getcolorcode.com

Triadic colors

1 #B6CBAD and #ADB6CB with #CBADB6 are triadic colors.

2 #B6ADCB and #ADCBB6 with #CBADB6 are triadic colors.