COLOR #C7B5EF

HEX: #C7B5EF RGB: (199,181,239)

Color info

#C7B5EF contains red, green and blue colors in about the same proportion. Web safe color of #C7B5EF is #CCCCFF (or #CCF).

RGB color model

#C7B5EF color RGB value is (199,181,239).

RGB: (199,181,239) (78%, 71%, 94%)

RGB channels and saturation

R 199 of 255 = 78%
G 181 of 255 = 71%
B 239 of 255 = 94%

199
181
239

R + G + B ~ 81%. #C7B5EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 181 + 239 = 619 (100%)
R 199 of 619 ~ 32.15%
G 181 of 619 ~ 29.24%
B 239 of 619 ~ 38.61'%

%32.15
%29.24
%38.61

CMYK color model

#C7B5EF color CMYK value is (17,24,0,6).

  • cyan value is 16.74%
  • magenta value is 24.27%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (17,24,0,6)
C17M24Y0K6 (17%, 24%, 0%, 6%)
(0.17 / 0.24 / 0.00 / 0.06)

CMYK percentages

%16.74
%24.27
%0
%6.27

Codes

Color #C7B5EF in popluar color models

C7 B5 EF
RGB 199 181 239
HSL 259° 64.44% 82.35%
HSB/HSV 259° 24.27% 93.73%
CMYK 16.74% 24.27% 0.00%
6.27%

Color #C7B5EF in popluar number systems.

HEX C7 B5 EF
Decimal 199 181 239
Binary 11000111 10110101 11101111
Octal 307 265 357

Shades and tints

Shades of #C7B5EF

#C7B5EF
(199,181,239)
#B5A5DA
(181,165,218)
#A395C5
(163,149,197)
#9185B0
(145,133,176)
#7F759B
(127,117,155)
#6D6586
(109,101,134)
#5B5571
(91,85,113)
#49455C
(73,69,92)
#373547
(55,53,71)
#252532
(37,37,50)
#13151D
(19,21,29)
#000000
(0,0,0)

Tints of #C7B5EF

#C7B5EF
(199,181,239)
#CCBBF0
(204,187,240)
#D1C1F1
(209,193,241)
#D6C7F2
(214,199,242)
#DBCDF3
(219,205,243)
#E0D3F4
(224,211,244)
#E5D9F5
(229,217,245)
#EADFF6
(234,223,246)
#EFE5F7
(239,229,247)
#F4EBF8
(244,235,248)
#F9F1F9
(249,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B5EF color. Also use rgb(199,181,239) instead hex code.

Text Font Color

.myTextColor { color: #C7B5EF; }

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

This text font color is #C7B5EF.

Background Color

.myBgColor { background-color: #C7B5EF; }

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

This div background color is #C7B5EF.

Border color

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

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

This div border color is #C7B5EF.

Opacity

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

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

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

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

This text has shadow with #C7B5EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B5EF.

Preview

Color preview on black background

This text has color #C7B5EF on black background.


Color preview on white background

This text has color #C7B5EF on white background.


Black color preview on #C7B5EF background

This text has black color on #C7B5EF background.


White color preview on #C7B5EF background

This text has white color on #C7B5EF background.


Related colors

Complementary color

Complementary color for #hex is #384A10.


I love getcolorcode.com

Triadic colors

1 #EFC7B5 and #B5EFC7 with #C7B5EF are triadic colors.

2 #EFB5C7 and #B5C7EF with #C7B5EF are triadic colors.