COLOR #C8ADF0

HEX: #C8ADF0 RGB: (200,173,240)

Color info

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

RGB color model

#C8ADF0 color RGB value is (200,173,240).

RGB: (200,173,240) (78%, 68%, 94%)

RGB channels and saturation

R 200 of 255 = 78%
G 173 of 255 = 68%
B 240 of 255 = 94%

200
173
240

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

Portions of RGB colors in percentages

R + G + B = 200 + 173 + 240 = 613 (100%)
R 200 of 613 ~ 32.63%
G 173 of 613 ~ 28.22%
B 240 of 613 ~ 39.15'%

%32.63
%28.22
%39.15

CMYK color model

#C8ADF0 color CMYK value is (17,28,0,6).

  • cyan value is 16.67%
  • magenta value is 27.92%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (17,28,0,6)
C17M28Y0K6 (17%, 28%, 0%, 6%)
(0.17 / 0.28 / 0.00 / 0.06)

CMYK percentages

%16.67
%27.92
%0
%5.88

Codes

Color #C8ADF0 in popluar color models

C8 AD F0
RGB 200 173 240
HSL 264° 69.07% 80.98%
HSB/HSV 264° 27.92% 94.12%
CMYK 16.67% 27.92% 0.00%
5.88%

Color #C8ADF0 in popluar number systems.

HEX C8 AD F0
Decimal 200 173 240
Binary 11001000 10101101 11110000
Octal 310 255 360

Shades and tints

Shades of #C8ADF0

#C8ADF0
(200,173,240)
#B69EDB
(182,158,219)
#A48FC6
(164,143,198)
#9280B1
(146,128,177)
#80719C
(128,113,156)
#6E6287
(110,98,135)
#5C5372
(92,83,114)
#4A445D
(74,68,93)
#383548
(56,53,72)
#262633
(38,38,51)
#14171E
(20,23,30)
#000000
(0,0,0)

Tints of #C8ADF0

#C8ADF0
(200,173,240)
#CDB4F1
(205,180,241)
#D2BBF2
(210,187,242)
#D7C2F3
(215,194,243)
#DCC9F4
(220,201,244)
#E1D0F5
(225,208,245)
#E6D7F6
(230,215,246)
#EBDEF7
(235,222,247)
#F0E5F8
(240,229,248)
#F5ECF9
(245,236,249)
#FAF3FA
(250,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8ADF0 color. Also use rgb(200,173,240) instead hex code.

Text Font Color

.myTextColor { color: #C8ADF0; }

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

This text font color is #C8ADF0.

Background Color

.myBgColor { background-color: #C8ADF0; }

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

This div background color is #C8ADF0.

Border color

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

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

This div border color is #C8ADF0.

Opacity

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

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

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

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

This text has shadow with #C8ADF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8ADF0.

Preview

Color preview on black background

This text has color #C8ADF0 on black background.


Color preview on white background

This text has color #C8ADF0 on white background.


Black color preview on #C8ADF0 background

This text has black color on #C8ADF0 background.


White color preview on #C8ADF0 background

This text has white color on #C8ADF0 background.


Related colors

Complementary color

Complementary color for #hex is #37520F.


I love getcolorcode.com

Triadic colors

1 #F0C8AD and #ADF0C8 with #C8ADF0 are triadic colors.

2 #F0ADC8 and #ADC8F0 with #C8ADF0 are triadic colors.