COLOR #CBADB2

HEX: #CBADB2 RGB: (203,173,178)

Color info

#CBADB2 contains red, green and blue colors in about the same proportion. Web safe color of #CBADB2 is #CC9999 (or #C99).

RGB color model

#CBADB2 color RGB value is (203,173,178).

RGB: (203,173,178) (80%, 68%, 70%)

RGB channels and saturation

R 203 of 255 = 80%
G 173 of 255 = 68%
B 178 of 255 = 70%

203
173
178

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

Portions of RGB colors in percentages

R + G + B = 203 + 173 + 178 = 554 (100%)
R 203 of 554 ~ 36.64%
G 173 of 554 ~ 31.23%
B 178 of 554 ~ 32.13'%

%36.64
%31.23
%32.13

CMYK color model

#CBADB2 color CMYK value is (0,15,12,20).

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

CMYK: (0,15,12,20)
C0M15Y12K20 (0%, 15%, 12%, 20%)
(0.00 / 0.15 / 0.12 / 0.20)

CMYK percentages

%0
%14.78
%12.32
%20.39

Codes

Color #CBADB2 in popluar color models

CB AD B2
RGB 203 173 178
HSL 350° 22.39% 73.73%
HSB/HSV 350° 14.78% 79.61%
CMYK 0.00% 14.78% 12.32%
20.39%

Color #CBADB2 in popluar number systems.

HEX CB AD B2
Decimal 203 173 178
Binary 11001011 10101101 10110010
Octal 313 255 262

Shades and tints

Shades of #CBADB2

#CBADB2
(203,173,178)
#B99EA2
(185,158,162)
#A78F92
(167,143,146)
#958082
(149,128,130)
#837172
(131,113,114)
#716262
(113,98,98)
#5F5352
(95,83,82)
#4D4442
(77,68,66)
#3B3532
(59,53,50)
#292622
(41,38,34)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #CBADB2

#CBADB2
(203,173,178)
#CFB4B9
(207,180,185)
#D3BBC0
(211,187,192)
#D7C2C7
(215,194,199)
#DBC9CE
(219,201,206)
#DFD0D5
(223,208,213)
#E3D7DC
(227,215,220)
#E7DEE3
(231,222,227)
#EBE5EA
(235,229,234)
#EFECF1
(239,236,241)
#F3F3F8
(243,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBADB2; }

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

This text font color is #CBADB2.

Background Color

.myBgColor { background-color: #CBADB2; }

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

This div background color is #CBADB2.

Border color

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

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

This div border color is #CBADB2.

Opacity

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

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

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

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

This text has shadow with #CBADB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBADB2.

Preview

Color preview on black background

This text has color #CBADB2 on black background.


Color preview on white background

This text has color #CBADB2 on white background.


Black color preview on #CBADB2 background

This text has black color on #CBADB2 background.


White color preview on #CBADB2 background

This text has white color on #CBADB2 background.


Related colors

Complementary color

Complementary color for #hex is #34524D.


I love getcolorcode.com

Triadic colors

1 #B2CBAD and #ADB2CB with #CBADB2 are triadic colors.

2 #B2ADCB and #ADCBB2 with #CBADB2 are triadic colors.