COLOR #C7A5DB

HEX: #C7A5DB RGB: (199,165,219)

Color info

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

RGB color model

#C7A5DB color RGB value is (199,165,219).

RGB: (199,165,219) (78%, 65%, 86%)

RGB channels and saturation

R 199 of 255 = 78%
G 165 of 255 = 65%
B 219 of 255 = 86%

199
165
219

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

Portions of RGB colors in percentages

R + G + B = 199 + 165 + 219 = 583 (100%)
R 199 of 583 ~ 34.13%
G 165 of 583 ~ 28.3%
B 219 of 583 ~ 37.56'%

%34.13
%28.3
%37.56

CMYK color model

#C7A5DB color CMYK value is (9,25,0,14).

  • cyan value is 9.13%
  • magenta value is 24.66%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (9,25,0,14)
C9M25Y0K14 (9%, 25%, 0%, 14%)
(0.09 / 0.25 / 0.00 / 0.14)

CMYK percentages

%9.13
%24.66
%0
%14.12

Codes

Color #C7A5DB in popluar color models

C7 A5 DB
RGB 199 165 219
HSL 278° 42.86% 75.29%
HSB/HSV 278° 24.66% 85.88%
CMYK 9.13% 24.66% 0.00%
14.12%

Color #C7A5DB in popluar number systems.

HEX C7 A5 DB
Decimal 199 165 219
Binary 11000111 10100101 11011011
Octal 307 245 333

Shades and tints

Shades of #C7A5DB

#C7A5DB
(199,165,219)
#B596C8
(181,150,200)
#A387B5
(163,135,181)
#9178A2
(145,120,162)
#7F698F
(127,105,143)
#6D5A7C
(109,90,124)
#5B4B69
(91,75,105)
#493C56
(73,60,86)
#372D43
(55,45,67)
#251E30
(37,30,48)
#130F1D
(19,15,29)
#000000
(0,0,0)

Tints of #C7A5DB

#C7A5DB
(199,165,219)
#CCADDE
(204,173,222)
#D1B5E1
(209,181,225)
#D6BDE4
(214,189,228)
#DBC5E7
(219,197,231)
#E0CDEA
(224,205,234)
#E5D5ED
(229,213,237)
#EADDF0
(234,221,240)
#EFE5F3
(239,229,243)
#F4EDF6
(244,237,246)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A5DB color. Also use rgb(199,165,219) instead hex code.

Text Font Color

.myTextColor { color: #C7A5DB; }

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

This text font color is #C7A5DB.

Background Color

.myBgColor { background-color: #C7A5DB; }

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

This div background color is #C7A5DB.

Border color

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

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

This div border color is #C7A5DB.

Opacity

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

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

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

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

This text has shadow with #C7A5DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7A5DB.

Preview

Color preview on black background

This text has color #C7A5DB on black background.


Color preview on white background

This text has color #C7A5DB on white background.


Black color preview on #C7A5DB background

This text has black color on #C7A5DB background.


White color preview on #C7A5DB background

This text has white color on #C7A5DB background.


Related colors

Complementary color

Complementary color for #hex is #385A24.


I love getcolorcode.com

Triadic colors

1 #DBC7A5 and #A5DBC7 with #C7A5DB are triadic colors.

2 #DBA5C7 and #A5C7DB with #C7A5DB are triadic colors.