COLOR #C7BAD9

HEX: #C7BAD9
RGB: (199,186,217)

Color info

#C7BAD9 contains red, green and blue colors in about the same proportion. Web safe color of #C7BAD9 is #CCCCCC (or #CCC).

RGB color model

#C7BAD9 color RGB value is (199,186,217).

  • red value is 199;
  • green value is 186;
  • blue value is 217.
RGB:
(199,186,217)
(78%,73%,85%)

RGB channels and saturation

R 199 of 255 = 78%
G 186 of 255 = 73%
B 217 of 255 = 85%

199
186
217

R + G + B ~ 79%. #C7BAD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 186 + 217 = 602 (100%)
R 199 of 602 ~ 33.06%
G 186 of 602 ~ 30.9%
B 217 of 602 ~ 36.05%

%33.06
%30.9
%36.05

CMYK color model

#C7BAD9 color CMYK value is (8,14,0,15).

  • cyan value is 8.29%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(8,14,0,15)
C8M14Y0K15 
(8%,14%,0%,15%)
(0.08/0.14/0.00/0.15)	

CMYK percentages

%8.29
%14.29
%0
%14.9

Codes

Color #C7BAD9 in popluar color models

C7BAD9
RGB199186217
HSL265°28.97%79.02%
HSB/HSV265°14.29%85.10%
CMYK8.29%14.29%0.00%
14.90%

Color #C7BAD9 in popluar number systems.

HEXC7BAD9
Decimal199186217
Binary110001111011101011011001
Octal307272331

Shades and tints

Shades of #C7BAD9

#C7BAD9
(199,186,217)
#B5AAC6
(181,170,198)
#A39AB3
(163,154,179)
#918AA0
(145,138,160)
#7F7A8D
(127,122,141)
#6D6A7A
(109,106,122)
#5B5A67
(91,90,103)
#494A54
(73,74,84)
#373A41
(55,58,65)
#252A2E
(37,42,46)
#131A1B
(19,26,27)
#000000
(0,0,0)

Tints of #C7BAD9

#C7BAD9
(199,186,217)
#CCC0DC
(204,192,220)
#D1C6DF
(209,198,223)
#D6CCE2
(214,204,226)
#DBD2E5
(219,210,229)
#E0D8E8
(224,216,232)
#E5DEEB
(229,222,235)
#EAE4EE
(234,228,238)
#EFEAF1
(239,234,241)
#F4F0F4
(244,240,244)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7BAD9 color. Also use rgb(199,186,217) instead hex code.

Text Font Color

.myTextColor { color: #C7BAD9; }

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

This text font color is #C7BAD9.


Background Color

.myBgColor { background-color: #C7BAD9; }

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

This div background color is #C7BAD9.


Border color

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

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

This div border color is #C7BAD9.


Opacity

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

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

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

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

This text has shadow with #C7BAD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7BAD9 on black background.


Color preview on white background

This text has color #C7BAD9 on white background.



Black color preview on #C7BAD9 background

This text has black color on #C7BAD9 background.


White color preview on #C7BAD9 background

This text has white color on #C7BAD9 background.