COLOR #C7AECA

HEX: #C7AECA RGB: (199,174,202)

Color info

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

RGB color model

#C7AECA color RGB value is (199,174,202).

RGB: (199,174,202) (78%, 68%, 79%)

RGB channels and saturation

R 199 of 255 = 78%
G 174 of 255 = 68%
B 202 of 255 = 79%

199
174
202

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

Portions of RGB colors in percentages

R + G + B = 199 + 174 + 202 = 575 (100%)
R 199 of 575 ~ 34.61%
G 174 of 575 ~ 30.26%
B 202 of 575 ~ 35.13'%

%34.61
%30.26
%35.13

CMYK color model

#C7AECA color CMYK value is (1,14,0,21).

  • cyan value is 1.49%
  • magenta value is 13.86%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (1,14,0,21) C1M14Y0K21 (1%,14%,0%,21%) (0.01/0.14/0.00/0.21) 

CMYK percentages

%1.49
%13.86
%0
%20.78

Codes

Color #C7AECA in popluar color models

C7 AE CA
RGB 199 174 202
HSL 294° 20.90% 73.73%
HSB/HSV 294° 13.86% 79.22%
CMYK 1.49% 13.86% 0.00%
20.78%

Color #C7AECA in popluar number systems.

HEX C7 AE CA
Decimal 199 174 202
Binary 11000111 10101110 11001010
Octal 307 256 312

Shades and tints

Shades of #C7AECA

#C7AECA
(199,174,202)
#B59FB8
(181,159,184)
#A390A6
(163,144,166)
#918194
(145,129,148)
#7F7282
(127,114,130)
#6D6370
(109,99,112)
#5B545E
(91,84,94)
#49454C
(73,69,76)
#37363A
(55,54,58)
#252728
(37,39,40)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #C7AECA

#C7AECA
(199,174,202)
#CCB5CE
(204,181,206)
#D1BCD2
(209,188,210)
#D6C3D6
(214,195,214)
#DBCADA
(219,202,218)
#E0D1DE
(224,209,222)
#E5D8E2
(229,216,226)
#EADFE6
(234,223,230)
#EFE6EA
(239,230,234)
#F4EDEE
(244,237,238)
#F9F4F2
(249,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7AECA; }

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

This text font color is #C7AECA.

Background Color

.myBgColor { background-color: #C7AECA; }

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

This div background color is #C7AECA.

Border color

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

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

This div border color is #C7AECA.

Opacity

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

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

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

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

This text has shadow with #C7AECA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7AECA.

Preview

Color preview on black background

This text has color #C7AECA on black background.


Color preview on white background

This text has color #C7AECA on white background.


Black color preview on #C7AECA background

This text has black color on #C7AECA background.


White color preview on #C7AECA background

This text has white color on #C7AECA background.


Related colors

Complementary color

Complementary color for #hex is #385135.


I love getcolorcode.com

Triadic colors

1 #CAC7AE and #AECAC7 with #C7AECA are triadic colors.

2 #CAAEC7 and #AEC7CA with #C7AECA are triadic colors.