COLOR #C4AECF

HEX: #C4AECF
RGB: (196,174,207)

Color info

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

RGB color model

#C4AECF color RGB value is (196,174,207).

  • red value is 196;
  • green value is 174;
  • blue value is 207.
RGB:
(196,174,207)
(77%,68%,81%)

RGB channels and saturation

R 196 of 255 = 77%
G 174 of 255 = 68%
B 207 of 255 = 81%

196
174
207

R + G + B ~ 75%. #C4AECF is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 174 + 207 = 577 (100%)
R 196 of 577 ~ 33.97%
G 174 of 577 ~ 30.16%
B 207 of 577 ~ 35.88%

%33.97
%30.16
%35.88

CMYK color model

#C4AECF color CMYK value is (5,16,0,19).

  • cyan value is 5.31%
  • magenta value is 15.94%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(5,16,0,19)
C5M16Y0K19 
(5%,16%,0%,19%)
(0.05/0.16/0.00/0.19)	

CMYK percentages

%5.31
%15.94
%0
%18.82

Codes

Color #C4AECF in popluar color models

C4AECF
RGB196174207
HSL280°25.58%74.71%
HSB/HSV280°15.94%81.18%
CMYK5.31%15.94%0.00%
18.82%

Color #C4AECF in popluar number systems.

HEXC4AECF
Decimal196174207
Binary110001001010111011001111
Octal304256317

Shades and tints

Shades of #C4AECF

#C4AECF
(196,174,207)
#B39FBD
(179,159,189)
#A290AB
(162,144,171)
#918199
(145,129,153)
#807287
(128,114,135)
#6F6375
(111,99,117)
#5E5463
(94,84,99)
#4D4551
(77,69,81)
#3C363F
(60,54,63)
#2B272D
(43,39,45)
#1A181B
(26,24,27)
#000000
(0,0,0)

Tints of #C4AECF

#C4AECF
(196,174,207)
#C9B5D3
(201,181,211)
#CEBCD7
(206,188,215)
#D3C3DB
(211,195,219)
#D8CADF
(216,202,223)
#DDD1E3
(221,209,227)
#E2D8E7
(226,216,231)
#E7DFEB
(231,223,235)
#ECE6EF
(236,230,239)
#F1EDF3
(241,237,243)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4AECF color. Also use rgb(196,174,207) instead hex code.

Text Font Color

.myTextColor { color: #C4AECF; }

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

This text font color is #C4AECF.


Background Color

.myBgColor { background-color: #C4AECF; }

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

This div background color is #C4AECF.


Border color

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

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

This div border color is #C4AECF.


Opacity

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

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

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

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

This text has shadow with #C4AECF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4AECF on black background.


Color preview on white background

This text has color #C4AECF on white background.



Black color preview on #C4AECF background

This text has black color on #C4AECF background.


White color preview on #C4AECF background

This text has white color on #C4AECF background.