COLOR #C7BAD4

HEX: #C7BAD4 RGB: (199,186,212)

Color info

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

RGB color model

#C7BAD4 color RGB value is (199,186,212).

RGB: (199,186,212) (78%, 73%, 83%)

RGB channels and saturation

R 199 of 255 = 78%
G 186 of 255 = 73%
B 212 of 255 = 83%

199
186
212

R + G + B ~ 78%. #C7BAD4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 186 + 212 = 597 (100%)
R 199 of 597 ~ 33.33%
G 186 of 597 ~ 31.16%
B 212 of 597 ~ 35.51'%

%33.33
%31.16
%35.51

CMYK color model

#C7BAD4 color CMYK value is (6,12,0,17).

  • cyan value is 6.13%
  • magenta value is 12.26%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (6,12,0,17)
C6M12Y0K17 (6%, 12%, 0%, 17%)
(0.06 / 0.12 / 0.00 / 0.17)

CMYK percentages

%6.13
%12.26
%0
%16.86

Codes

Color #C7BAD4 in popluar color models

C7 BA D4
RGB 199 186 212
HSL 270° 23.21% 78.04%
HSB/HSV 270° 12.26% 83.14%
CMYK 6.13% 12.26% 0.00%
16.86%

Color #C7BAD4 in popluar number systems.

HEX C7 BA D4
Decimal 199 186 212
Binary 11000111 10111010 11010100
Octal 307 272 324

Shades and tints

Shades of #C7BAD4

#C7BAD4
(199,186,212)
#B5AAC1
(181,170,193)
#A39AAE
(163,154,174)
#918A9B
(145,138,155)
#7F7A88
(127,122,136)
#6D6A75
(109,106,117)
#5B5A62
(91,90,98)
#494A4F
(73,74,79)
#373A3C
(55,58,60)
#252A29
(37,42,41)
#131A16
(19,26,22)
#000000
(0,0,0)

Tints of #C7BAD4

#C7BAD4
(199,186,212)
#CCC0D7
(204,192,215)
#D1C6DA
(209,198,218)
#D6CCDD
(214,204,221)
#DBD2E0
(219,210,224)
#E0D8E3
(224,216,227)
#E5DEE6
(229,222,230)
#EAE4E9
(234,228,233)
#EFEAEC
(239,234,236)
#F4F0EF
(244,240,239)
#F9F6F2
(249,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7BAD4; }

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

This text font color is #C7BAD4.

Background Color

.myBgColor { background-color: #C7BAD4; }

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

This div background color is #C7BAD4.

Border color

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

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

This div border color is #C7BAD4.

Opacity

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

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

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

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

This text has shadow with #C7BAD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7BAD4.

Preview

Color preview on black background

This text has color #C7BAD4 on black background.


Color preview on white background

This text has color #C7BAD4 on white background.


Black color preview on #C7BAD4 background

This text has black color on #C7BAD4 background.


White color preview on #C7BAD4 background

This text has white color on #C7BAD4 background.


Related colors

Complementary color

Complementary color for #hex is #38452B.


I love getcolorcode.com

Triadic colors

1 #D4C7BA and #BAD4C7 with #C7BAD4 are triadic colors.

2 #D4BAC7 and #BAC7D4 with #C7BAD4 are triadic colors.