COLOR #C0AFD4

HEX: #C0AFD4 RGB: (192,175,212)

Color info

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

RGB color model

#C0AFD4 color RGB value is (192,175,212).

RGB: (192,175,212) (75%, 69%, 83%)

RGB channels and saturation

R 192 of 255 = 75%
G 175 of 255 = 69%
B 212 of 255 = 83%

192
175
212

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

Portions of RGB colors in percentages

R + G + B = 192 + 175 + 212 = 579 (100%)
R 192 of 579 ~ 33.16%
G 175 of 579 ~ 30.22%
B 212 of 579 ~ 36.61'%

%33.16
%30.22
%36.61

CMYK color model

#C0AFD4 color CMYK value is (9,17,0,17).

  • cyan value is 9.43%
  • magenta value is 17.45%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (9,17,0,17)
C9M17Y0K17 (9%, 17%, 0%, 17%)
(0.09 / 0.17 / 0.00 / 0.17)

CMYK percentages

%9.43
%17.45
%0
%16.86

Codes

Color #C0AFD4 in popluar color models

C0 AF D4
RGB 192 175 212
HSL 268° 30.08% 75.88%
HSB/HSV 268° 17.45% 83.14%
CMYK 9.43% 17.45% 0.00%
16.86%

Color #C0AFD4 in popluar number systems.

HEX C0 AF D4
Decimal 192 175 212
Binary 11000000 10101111 11010100
Octal 300 257 324

Shades and tints

Shades of #C0AFD4

#C0AFD4
(192,175,212)
#AFA0C1
(175,160,193)
#9E91AE
(158,145,174)
#8D829B
(141,130,155)
#7C7388
(124,115,136)
#6B6475
(107,100,117)
#5A5562
(90,85,98)
#49464F
(73,70,79)
#38373C
(56,55,60)
#272829
(39,40,41)
#161916
(22,25,22)
#000000
(0,0,0)

Tints of #C0AFD4

#C0AFD4
(192,175,212)
#C5B6D7
(197,182,215)
#CABDDA
(202,189,218)
#CFC4DD
(207,196,221)
#D4CBE0
(212,203,224)
#D9D2E3
(217,210,227)
#DED9E6
(222,217,230)
#E3E0E9
(227,224,233)
#E8E7EC
(232,231,236)
#EDEEEF
(237,238,239)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0AFD4; }

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

This text font color is #C0AFD4.

Background Color

.myBgColor { background-color: #C0AFD4; }

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

This div background color is #C0AFD4.

Border color

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

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

This div border color is #C0AFD4.

Opacity

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

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

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

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

This text has shadow with #C0AFD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0AFD4.

Preview

Color preview on black background

This text has color #C0AFD4 on black background.


Color preview on white background

This text has color #C0AFD4 on white background.


Black color preview on #C0AFD4 background

This text has black color on #C0AFD4 background.


White color preview on #C0AFD4 background

This text has white color on #C0AFD4 background.


Related colors

Complementary color

Complementary color for #hex is #3F502B.


I love getcolorcode.com

Triadic colors

1 #D4C0AF and #AFD4C0 with #C0AFD4 are triadic colors.

2 #D4AFC0 and #AFC0D4 with #C0AFD4 are triadic colors.