COLOR #CCADBD

HEX: #CCADBD
RGB: (204,173,189)

Color info

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

RGB color model

#CCADBD color RGB value is (204,173,189).

  • red value is 204;
  • green value is 173;
  • blue value is 189.
RGB: (204,173,189) (80%,68%,74%)

RGB channels and saturation

R 204 of 255 = 80%
G 173 of 255 = 68%
B 189 of 255 = 74%

204
173
189

R + G + B ~ 74%. #CCADBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 173 + 189 = 566 (100%)
R 204 of 566 ~ 36.04%
G 173 of 566 ~ 30.57%
B 189 of 566 ~ 33.39%

%36.04
%30.57
%33.39

CMYK color model

#CCADBD color CMYK value is (0,15,7,20).

  • cyan value is 0.00%
  • magenta value is 15.20%
  • yellow value is 7.35%
  • key color value is 20.00%
CMYK: (0,15,7,20) C0M15Y7K20 (0%,15%,7%,20%) (0.00/0.15/0.07/0.20)

CMYK percentages

%0
%15.2
%7.35
%20

Codes

Color #CCADBD in popluar color models

CCADBD
RGB204173189
HSL329°23.31%73.92%
HSB/HSV329°15.20%80.00%
CMYK0.00%15.20%7.35%
20.00%

Color #CCADBD in popluar number systems.

HEXCCADBD
Decimal204173189
Binary110011001010110110111101
Octal314255275

Shades and tints

Shades of #CCADBD

#CCADBD
(204,173,189)
#BA9EAC
(186,158,172)
#A88F9B
(168,143,155)
#96808A
(150,128,138)
#847179
(132,113,121)
#726268
(114,98,104)
#605357
(96,83,87)
#4E4446
(78,68,70)
#3C3535
(60,53,53)
#2A2624
(42,38,36)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #CCADBD

#CCADBD
(204,173,189)
#D0B4C3
(208,180,195)
#D4BBC9
(212,187,201)
#D8C2CF
(216,194,207)
#DCC9D5
(220,201,213)
#E0D0DB
(224,208,219)
#E4D7E1
(228,215,225)
#E8DEE7
(232,222,231)
#ECE5ED
(236,229,237)
#F0ECF3
(240,236,243)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCADBD color. Also use rgb(204,173,189) instead hex code.

Text Font Color

.myTextColor { color: #CCADBD; }

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

This text font color is #CCADBD.


Background Color

.myBgColor { background-color: #CCADBD; }

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

This div background color is #CCADBD.


Border color

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

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

This div border color is #CCADBD.


Opacity

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

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

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

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

This text has shadow with #CCADBD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #CCADBD on black background.


Color preview on white background

This text has color #CCADBD on white background.



Black color preview on #CCADBD background

This text has black color on #CCADBD background.


White color preview on #CCADBD background

This text has white color on #CCADBD background.