COLOR #C7AECD

HEX: #C7AECD
RGB: (199,174,205)

Color info

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

RGB color model

#C7AECD color RGB value is (199,174,205).

  • red value is 199;
  • green value is 174;
  • blue value is 205.
RGB:
(199,174,205)
(78%,68%,80%)

RGB channels and saturation

R 199 of 255 = 78%
G 174 of 255 = 68%
B 205 of 255 = 80%

199
174
205

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

Portions of RGB colors in percentages

R + G + B =
199 + 174 + 205 = 578 (100%)
R 199 of 578 ~ 34.43%
G 174 of 578 ~ 30.1%
B 205 of 578 ~ 35.47%

%34.43
%30.1
%35.47

CMYK color model

#C7AECD color CMYK value is (3,15,0,20).

  • cyan value is 2.93%
  • magenta value is 15.12%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(3,15,0,20)
C3M15Y0K20 
(3%,15%,0%,20%)
(0.03/0.15/0.00/0.20)	

CMYK percentages

%2.93
%15.12
%0
%19.61

Codes

Color #C7AECD in popluar color models

C7AECD
RGB199174205
HSL288°23.66%74.31%
HSB/HSV288°15.12%80.39%
CMYK2.93%15.12%0.00%
19.61%

Color #C7AECD in popluar number systems.

HEXC7AECD
Decimal199174205
Binary110001111010111011001101
Octal307256315

Shades and tints

Shades of #C7AECD

#C7AECD
(199,174,205)
#B59FBB
(181,159,187)
#A390A9
(163,144,169)
#918197
(145,129,151)
#7F7285
(127,114,133)
#6D6373
(109,99,115)
#5B5461
(91,84,97)
#49454F
(73,69,79)
#37363D
(55,54,61)
#25272B
(37,39,43)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #C7AECD

#C7AECD
(199,174,205)
#CCB5D1
(204,181,209)
#D1BCD5
(209,188,213)
#D6C3D9
(214,195,217)
#DBCADD
(219,202,221)
#E0D1E1
(224,209,225)
#E5D8E5
(229,216,229)
#EADFE9
(234,223,233)
#EFE6ED
(239,230,237)
#F4EDF1
(244,237,241)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7AECD color. Also use rgb(199,174,205) instead hex code.

Text Font Color

.myTextColor { color: #C7AECD; }

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

This text font color is #C7AECD.


Background Color

.myBgColor { background-color: #C7AECD; }

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

This div background color is #C7AECD.


Border color

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

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

This div border color is #C7AECD.


Opacity

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

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

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

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

This text has shadow with #C7AECD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7AECD on black background.


Color preview on white background

This text has color #C7AECD on white background.



Black color preview on #C7AECD background

This text has black color on #C7AECD background.


White color preview on #C7AECD background

This text has white color on #C7AECD background.