COLOR #CCAEBD

HEX: #CCAEBD
RGB: (204,174,189)

Color info

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

RGB color model

#CCAEBD color RGB value is (204,174,189).

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

RGB channels and saturation

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

204
174
189

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

Portions of RGB colors in percentages

R + G + B =
204 + 174 + 189 = 567 (100%)
R 204 of 567 ~ 35.98%
G 174 of 567 ~ 30.69%
B 189 of 567 ~ 33.33%

%35.98
%30.69
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.71%
  • 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
%14.71
%7.35
%20

Codes

Color #CCAEBD in popluar color models

CCAEBD
RGB204174189
HSL330°22.73%74.12%
HSB/HSV330°14.71%80.00%
CMYK0.00%14.71%7.35%
20.00%

Color #CCAEBD in popluar number systems.

HEXCCAEBD
Decimal204174189
Binary110011001010111010111101
Octal314256275

Shades and tints

Shades of #CCAEBD

#CCAEBD
(204,174,189)
#BA9FAC
(186,159,172)
#A8909B
(168,144,155)
#96818A
(150,129,138)
#847279
(132,114,121)
#726368
(114,99,104)
#605457
(96,84,87)
#4E4546
(78,69,70)
#3C3635
(60,54,53)
#2A2724
(42,39,36)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #CCAEBD

#CCAEBD
(204,174,189)
#D0B5C3
(208,181,195)
#D4BCC9
(212,188,201)
#D8C3CF
(216,195,207)
#DCCAD5
(220,202,213)
#E0D1DB
(224,209,219)
#E4D8E1
(228,216,225)
#E8DFE7
(232,223,231)
#ECE6ED
(236,230,237)
#F0EDF3
(240,237,243)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCAEBD; }

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

This text font color is #CCAEBD.


Background Color

.myBgColor { background-color: #CCAEBD; }

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

This div background color is #CCAEBD.


Border color

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

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

This div border color is #CCAEBD.


Opacity

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

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

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

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

This text has shadow with #CCAEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCAEBD on black background.


Color preview on white background

This text has color #CCAEBD on white background.



Black color preview on #CCAEBD background

This text has black color on #CCAEBD background.


White color preview on #CCAEBD background

This text has white color on #CCAEBD background.