COLOR #C0AFD7

HEX: #C0AFD7 RGB: (192,175,215)

Color info

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

RGB color model

#C0AFD7 color RGB value is (192,175,215).

RGB: (192,175,215) (75%, 69%, 84%)

RGB channels and saturation

R 192 of 255 = 75%
G 175 of 255 = 69%
B 215 of 255 = 84%

192
175
215

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

Portions of RGB colors in percentages

R + G + B = 192 + 175 + 215 = 582 (100%)
R 192 of 582 ~ 32.99%
G 175 of 582 ~ 30.07%
B 215 of 582 ~ 36.94'%

%32.99
%30.07
%36.94

CMYK color model

#C0AFD7 color CMYK value is (11,19,0,16).

  • cyan value is 10.70%
  • magenta value is 18.60%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (11,19,0,16)
C11M19Y0K16 (11%, 19%, 0%, 16%)
(0.11 / 0.19 / 0.00 / 0.16)

CMYK percentages

%10.7
%18.6
%0
%15.69

Codes

Color #C0AFD7 in popluar color models

C0 AF D7
RGB 192 175 215
HSL 266° 33.33% 76.47%
HSB/HSV 266° 18.60% 84.31%
CMYK 10.70% 18.60% 0.00%
15.69%

Color #C0AFD7 in popluar number systems.

HEX C0 AF D7
Decimal 192 175 215
Binary 11000000 10101111 11010111
Octal 300 257 327

Shades and tints

Shades of #C0AFD7

#C0AFD7
(192,175,215)
#AFA0C4
(175,160,196)
#9E91B1
(158,145,177)
#8D829E
(141,130,158)
#7C738B
(124,115,139)
#6B6478
(107,100,120)
#5A5565
(90,85,101)
#494652
(73,70,82)
#38373F
(56,55,63)
#27282C
(39,40,44)
#161919
(22,25,25)
#000000
(0,0,0)

Tints of #C0AFD7

#C0AFD7
(192,175,215)
#C5B6DA
(197,182,218)
#CABDDD
(202,189,221)
#CFC4E0
(207,196,224)
#D4CBE3
(212,203,227)
#D9D2E6
(217,210,230)
#DED9E9
(222,217,233)
#E3E0EC
(227,224,236)
#E8E7EF
(232,231,239)
#EDEEF2
(237,238,242)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0AFD7 color. Also use rgb(192,175,215) instead hex code.

Text Font Color

.myTextColor { color: #C0AFD7; }

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

This text font color is #C0AFD7.

Background Color

.myBgColor { background-color: #C0AFD7; }

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

This div background color is #C0AFD7.

Border color

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

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

This div border color is #C0AFD7.

Opacity

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

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

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

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

This text has shadow with #C0AFD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0AFD7.

Preview

Color preview on black background

This text has color #C0AFD7 on black background.


Color preview on white background

This text has color #C0AFD7 on white background.


Black color preview on #C0AFD7 background

This text has black color on #C0AFD7 background.


White color preview on #C0AFD7 background

This text has white color on #C0AFD7 background.


Related colors

Complementary color

Complementary color for #hex is #3F5028.


I love getcolorcode.com

Triadic colors

1 #D7C0AF and #AFD7C0 with #C0AFD7 are triadic colors.

2 #D7AFC0 and #AFC0D7 with #C0AFD7 are triadic colors.