COLOR #CCAEBF

HEX: #CCAEBF RGB: (204,174,191)

Color info

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

RGB color model

#CCAEBF color RGB value is (204,174,191).

RGB: (204,174,191) (80%, 68%, 75%)

RGB channels and saturation

R 204 of 255 = 80%
G 174 of 255 = 68%
B 191 of 255 = 75%

204
174
191

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

Portions of RGB colors in percentages

R + G + B = 204 + 174 + 191 = 569 (100%)
R 204 of 569 ~ 35.85%
G 174 of 569 ~ 30.58%
B 191 of 569 ~ 33.57'%

%35.85
%30.58
%33.57

CMYK color model

#CCAEBF color CMYK value is (0,15,6,20).

  • cyan value is 0.00%
  • magenta value is 14.71%
  • yellow value is 6.37%
  • key color value is 20.00%

CMYK: (0,15,6,20)
C0M15Y6K20 (0%, 15%, 6%, 20%)
(0.00 / 0.15 / 0.06 / 0.20)

CMYK percentages

%0
%14.71
%6.37
%20

Codes

Color #CCAEBF in popluar color models

CC AE BF
RGB 204 174 191
HSL 326° 22.73% 74.12%
HSB/HSV 326° 14.71% 80.00%
CMYK 0.00% 14.71% 6.37%
20.00%

Color #CCAEBF in popluar number systems.

HEX CC AE BF
Decimal 204 174 191
Binary 11001100 10101110 10111111
Octal 314 256 277

Shades and tints

Shades of #CCAEBF

#CCAEBF
(204,174,191)
#BA9FAE
(186,159,174)
#A8909D
(168,144,157)
#96818C
(150,129,140)
#84727B
(132,114,123)
#72636A
(114,99,106)
#605459
(96,84,89)
#4E4548
(78,69,72)
#3C3637
(60,54,55)
#2A2726
(42,39,38)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #CCAEBF

#CCAEBF
(204,174,191)
#D0B5C4
(208,181,196)
#D4BCC9
(212,188,201)
#D8C3CE
(216,195,206)
#DCCAD3
(220,202,211)
#E0D1D8
(224,209,216)
#E4D8DD
(228,216,221)
#E8DFE2
(232,223,226)
#ECE6E7
(236,230,231)
#F0EDEC
(240,237,236)
#F4F4F1
(244,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCAEBF; }

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

This text font color is #CCAEBF.

Background Color

.myBgColor { background-color: #CCAEBF; }

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

This div background color is #CCAEBF.

Border color

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

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

This div border color is #CCAEBF.

Opacity

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

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

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

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

This text has shadow with #CCAEBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCAEBF.

Preview

Color preview on black background

This text has color #CCAEBF on black background.


Color preview on white background

This text has color #CCAEBF on white background.


Black color preview on #CCAEBF background

This text has black color on #CCAEBF background.


White color preview on #CCAEBF background

This text has white color on #CCAEBF background.


Related colors

Complementary color

Complementary color for #hex is #335140.


I love getcolorcode.com

Triadic colors

1 #BFCCAE and #AEBFCC with #CCAEBF are triadic colors.

2 #BFAECC and #AECCBF with #CCAEBF are triadic colors.