COLOR #C8AFED

HEX: #C8AFED RGB: (200,175,237)

Color info

#C8AFED contains mainly red and blue colors. Web safe color of #C8AFED is #CC99FF (or #C9F).

RGB color model

#C8AFED color RGB value is (200,175,237).

RGB: (200,175,237) (78%, 69%, 93%)

RGB channels and saturation

R 200 of 255 = 78%
G 175 of 255 = 69%
B 237 of 255 = 93%

200
175
237

R + G + B ~ 80%. #C8AFED is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 175 + 237 = 612 (100%)
R 200 of 612 ~ 32.68%
G 175 of 612 ~ 28.59%
B 237 of 612 ~ 38.73'%

%32.68
%28.59
%38.73

CMYK color model

#C8AFED color CMYK value is (16,26,0,7).

  • cyan value is 15.61%
  • magenta value is 26.16%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (16,26,0,7)
C16M26Y0K7 (16%, 26%, 0%, 7%)
(0.16 / 0.26 / 0.00 / 0.07)

CMYK percentages

%15.61
%26.16
%0
%7.06

Codes

Color #C8AFED in popluar color models

C8 AF ED
RGB 200 175 237
HSL 264° 63.27% 80.78%
HSB/HSV 264° 26.16% 92.94%
CMYK 15.61% 26.16% 0.00%
7.06%

Color #C8AFED in popluar number systems.

HEX C8 AF ED
Decimal 200 175 237
Binary 11001000 10101111 11101101
Octal 310 257 355

Shades and tints

Shades of #C8AFED

#C8AFED
(200,175,237)
#B6A0D8
(182,160,216)
#A491C3
(164,145,195)
#9282AE
(146,130,174)
#807399
(128,115,153)
#6E6484
(110,100,132)
#5C556F
(92,85,111)
#4A465A
(74,70,90)
#383745
(56,55,69)
#262830
(38,40,48)
#14191B
(20,25,27)
#000000
(0,0,0)

Tints of #C8AFED

#C8AFED
(200,175,237)
#CDB6EE
(205,182,238)
#D2BDEF
(210,189,239)
#D7C4F0
(215,196,240)
#DCCBF1
(220,203,241)
#E1D2F2
(225,210,242)
#E6D9F3
(230,217,243)
#EBE0F4
(235,224,244)
#F0E7F5
(240,231,245)
#F5EEF6
(245,238,246)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8AFED color. Also use rgb(200,175,237) instead hex code.

Text Font Color

.myTextColor { color: #C8AFED; }

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

This text font color is #C8AFED.

Background Color

.myBgColor { background-color: #C8AFED; }

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

This div background color is #C8AFED.

Border color

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

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

This div border color is #C8AFED.

Opacity

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

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

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

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

This text has shadow with #C8AFED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8AFED.

Preview

Color preview on black background

This text has color #C8AFED on black background.


Color preview on white background

This text has color #C8AFED on white background.


Black color preview on #C8AFED background

This text has black color on #C8AFED background.


White color preview on #C8AFED background

This text has white color on #C8AFED background.


Related colors

Complementary color

Complementary color for #hex is #375012.


I love getcolorcode.com

Triadic colors

1 #EDC8AF and #AFEDC8 with #C8AFED are triadic colors.

2 #EDAFC8 and #AFC8ED with #C8AFED are triadic colors.