COLOR #C7ABD3

HEX: #C7ABD3 RGB: (199,171,211)

Color info

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

RGB color model

#C7ABD3 color RGB value is (199,171,211).

RGB: (199,171,211) (78%, 67%, 83%)

RGB channels and saturation

R 199 of 255 = 78%
G 171 of 255 = 67%
B 211 of 255 = 83%

199
171
211

R + G + B ~ 76%. #C7ABD3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 171 + 211 = 581 (100%)
R 199 of 581 ~ 34.25%
G 171 of 581 ~ 29.43%
B 211 of 581 ~ 36.32'%

%34.25
%29.43
%36.32

CMYK color model

#C7ABD3 color CMYK value is (6,19,0,17).

  • cyan value is 5.69%
  • magenta value is 18.96%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (6,19,0,17)
C6M19Y0K17 (6%, 19%, 0%, 17%)
(0.06 / 0.19 / 0.00 / 0.17)

CMYK percentages

%5.69
%18.96
%0
%17.25

Codes

Color #C7ABD3 in popluar color models

C7 AB D3
RGB 199 171 211
HSL 282° 31.25% 74.90%
HSB/HSV 282° 18.96% 82.75%
CMYK 5.69% 18.96% 0.00%
17.25%

Color #C7ABD3 in popluar number systems.

HEX C7 AB D3
Decimal 199 171 211
Binary 11000111 10101011 11010011
Octal 307 253 323

Shades and tints

Shades of #C7ABD3

#C7ABD3
(199,171,211)
#B59CC0
(181,156,192)
#A38DAD
(163,141,173)
#917E9A
(145,126,154)
#7F6F87
(127,111,135)
#6D6074
(109,96,116)
#5B5161
(91,81,97)
#49424E
(73,66,78)
#37333B
(55,51,59)
#252428
(37,36,40)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #C7ABD3

#C7ABD3
(199,171,211)
#CCB2D7
(204,178,215)
#D1B9DB
(209,185,219)
#D6C0DF
(214,192,223)
#DBC7E3
(219,199,227)
#E0CEE7
(224,206,231)
#E5D5EB
(229,213,235)
#EADCEF
(234,220,239)
#EFE3F3
(239,227,243)
#F4EAF7
(244,234,247)
#F9F1FB
(249,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7ABD3 color. Also use rgb(199,171,211) instead hex code.

Text Font Color

.myTextColor { color: #C7ABD3; }

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

This text font color is #C7ABD3.

Background Color

.myBgColor { background-color: #C7ABD3; }

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

This div background color is #C7ABD3.

Border color

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

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

This div border color is #C7ABD3.

Opacity

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

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

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

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

This text has shadow with #C7ABD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7ABD3.

Preview

Color preview on black background

This text has color #C7ABD3 on black background.


Color preview on white background

This text has color #C7ABD3 on white background.


Black color preview on #C7ABD3 background

This text has black color on #C7ABD3 background.


White color preview on #C7ABD3 background

This text has white color on #C7ABD3 background.


Related colors

Complementary color

Complementary color for #hex is #38542C.


I love getcolorcode.com

Triadic colors

1 #D3C7AB and #ABD3C7 with #C7ABD3 are triadic colors.

2 #D3ABC7 and #ABC7D3 with #C7ABD3 are triadic colors.