COLOR #C7ADFD

HEX: #C7ADFD RGB: (199,173,253)

Color info

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

RGB color model

#C7ADFD color RGB value is (199,173,253).

RGB: (199,173,253) (78%, 68%, 99%)

RGB channels and saturation

R 199 of 255 = 78%
G 173 of 255 = 68%
B 253 of 255 = 99%

199
173
253

R + G + B ~ 82%. #C7ADFD is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 173 + 253 = 625 (100%)
R 199 of 625 ~ 31.84%
G 173 of 625 ~ 27.68%
B 253 of 625 ~ 40.48'%

%31.84
%27.68
%40.48

CMYK color model

#C7ADFD color CMYK value is (21,32,0,1).

  • cyan value is 21.34%
  • magenta value is 31.62%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (21,32,0,1)
C21M32Y0K1 (21%, 32%, 0%, 1%)
(0.21 / 0.32 / 0.00 / 0.01)

CMYK percentages

%21.34
%31.62
%0
%0.78

Codes

Color #C7ADFD in popluar color models

C7 AD FD
RGB 199 173 253
HSL 260° 95.24% 83.53%
HSB/HSV 260° 31.62% 99.22%
CMYK 21.34% 31.62% 0.00%
0.78%

Color #C7ADFD in popluar number systems.

HEX C7 AD FD
Decimal 199 173 253
Binary 11000111 10101101 11111101
Octal 307 255 375

Shades and tints

Shades of #C7ADFD

#C7ADFD
(199,173,253)
#B59EE6
(181,158,230)
#A38FCF
(163,143,207)
#9180B8
(145,128,184)
#7F71A1
(127,113,161)
#6D628A
(109,98,138)
#5B5373
(91,83,115)
#49445C
(73,68,92)
#373545
(55,53,69)
#25262E
(37,38,46)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #C7ADFD

#C7ADFD
(199,173,253)
#CCB4FD
(204,180,253)
#D1BBFD
(209,187,253)
#D6C2FD
(214,194,253)
#DBC9FD
(219,201,253)
#E0D0FD
(224,208,253)
#E5D7FD
(229,215,253)
#EADEFD
(234,222,253)
#EFE5FD
(239,229,253)
#F4ECFD
(244,236,253)
#F9F3FD
(249,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7ADFD color. Also use rgb(199,173,253) instead hex code.

Text Font Color

.myTextColor { color: #C7ADFD; }

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

This text font color is #C7ADFD.

Background Color

.myBgColor { background-color: #C7ADFD; }

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

This div background color is #C7ADFD.

Border color

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

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

This div border color is #C7ADFD.

Opacity

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

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

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

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

This text has shadow with #C7ADFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7ADFD.

Preview

Color preview on black background

This text has color #C7ADFD on black background.


Color preview on white background

This text has color #C7ADFD on white background.


Black color preview on #C7ADFD background

This text has black color on #C7ADFD background.


White color preview on #C7ADFD background

This text has white color on #C7ADFD background.


Related colors

Complementary color

Complementary color for #hex is #385202.


I love getcolorcode.com

Triadic colors

1 #FDC7AD and #ADFDC7 with #C7ADFD are triadic colors.

2 #FDADC7 and #ADC7FD with #C7ADFD are triadic colors.