COLOR #C7AABD

HEX: #C7AABD RGB: (199,170,189)

Color info

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

RGB color model

#C7AABD color RGB value is (199,170,189).

RGB: (199,170,189) (78%, 67%, 74%)

RGB channels and saturation

R 199 of 255 = 78%
G 170 of 255 = 67%
B 189 of 255 = 74%

199
170
189

R + G + B ~ 73%. #C7AABD is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 170 + 189 = 558 (100%)
R 199 of 558 ~ 35.66%
G 170 of 558 ~ 30.47%
B 189 of 558 ~ 33.87'%

%35.66
%30.47
%33.87

CMYK color model

#C7AABD color CMYK value is (0,15,5,22).

  • cyan value is 0.00%
  • magenta value is 14.57%
  • yellow value is 5.03%
  • key color value is 21.96%
CMYK: (0,15,5,22) C0M15Y5K22 (0%,15%,5%,22%) (0.00/0.15/0.05/0.22) 

CMYK percentages

%0
%14.57
%5.03
%21.96

Codes

Color #C7AABD in popluar color models

C7 AA BD
RGB 199 170 189
HSL 321° 20.57% 72.35%
HSB/HSV 321° 14.57% 78.04%
CMYK 0.00% 14.57% 5.03%
21.96%

Color #C7AABD in popluar number systems.

HEX C7 AA BD
Decimal 199 170 189
Binary 11000111 10101010 10111101
Octal 307 252 275

Shades and tints

Shades of #C7AABD

#C7AABD
(199,170,189)
#B59BAC
(181,155,172)
#A38C9B
(163,140,155)
#917D8A
(145,125,138)
#7F6E79
(127,110,121)
#6D5F68
(109,95,104)
#5B5057
(91,80,87)
#494146
(73,65,70)
#373235
(55,50,53)
#252324
(37,35,36)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #C7AABD

#C7AABD
(199,170,189)
#CCB1C3
(204,177,195)
#D1B8C9
(209,184,201)
#D6BFCF
(214,191,207)
#DBC6D5
(219,198,213)
#E0CDDB
(224,205,219)
#E5D4E1
(229,212,225)
#EADBE7
(234,219,231)
#EFE2ED
(239,226,237)
#F4E9F3
(244,233,243)
#F9F0F9
(249,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7AABD color. Also use rgb(199,170,189) instead hex code.

Text Font Color

.myTextColor { color: #C7AABD; }

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

This text font color is #C7AABD.

Background Color

.myBgColor { background-color: #C7AABD; }

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

This div background color is #C7AABD.

Border color

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

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

This div border color is #C7AABD.

Opacity

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

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

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

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

This text has shadow with #C7AABD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7AABD.

Preview

Color preview on black background

This text has color #C7AABD on black background.


Color preview on white background

This text has color #C7AABD on white background.


Black color preview on #C7AABD background

This text has black color on #C7AABD background.


White color preview on #C7AABD background

This text has white color on #C7AABD background.


Related colors

Complementary color

Complementary color for #hex is #385542.


I love getcolorcode.com

Triadic colors

1 #BDC7AA and #AABDC7 with #C7AABD are triadic colors.

2 #BDAAC7 and #AAC7BD with #C7AABD are triadic colors.