COLOR #C7BAD5

HEX: #C7BAD5 RGB: (199,186,213)

Color info

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

RGB color model

#C7BAD5 color RGB value is (199,186,213).

RGB: (199,186,213) (78%, 73%, 84%)

RGB channels and saturation

R 199 of 255 = 78%
G 186 of 255 = 73%
B 213 of 255 = 84%

199
186
213

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

Portions of RGB colors in percentages

R + G + B = 199 + 186 + 213 = 598 (100%)
R 199 of 598 ~ 33.28%
G 186 of 598 ~ 31.1%
B 213 of 598 ~ 35.62'%

%33.28
%31.1
%35.62

CMYK color model

#C7BAD5 color CMYK value is (7,13,0,16).

  • cyan value is 6.57%
  • magenta value is 12.68%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (7,13,0,16)
C7M13Y0K16 (7%, 13%, 0%, 16%)
(0.07 / 0.13 / 0.00 / 0.16)

CMYK percentages

%6.57
%12.68
%0
%16.47

Codes

Color #C7BAD5 in popluar color models

C7 BA D5
RGB 199 186 213
HSL 269° 24.32% 78.24%
HSB/HSV 269° 12.68% 83.53%
CMYK 6.57% 12.68% 0.00%
16.47%

Color #C7BAD5 in popluar number systems.

HEX C7 BA D5
Decimal 199 186 213
Binary 11000111 10111010 11010101
Octal 307 272 325

Shades and tints

Shades of #C7BAD5

#C7BAD5
(199,186,213)
#B5AAC2
(181,170,194)
#A39AAF
(163,154,175)
#918A9C
(145,138,156)
#7F7A89
(127,122,137)
#6D6A76
(109,106,118)
#5B5A63
(91,90,99)
#494A50
(73,74,80)
#373A3D
(55,58,61)
#252A2A
(37,42,42)
#131A17
(19,26,23)
#000000
(0,0,0)

Tints of #C7BAD5

#C7BAD5
(199,186,213)
#CCC0D8
(204,192,216)
#D1C6DB
(209,198,219)
#D6CCDE
(214,204,222)
#DBD2E1
(219,210,225)
#E0D8E4
(224,216,228)
#E5DEE7
(229,222,231)
#EAE4EA
(234,228,234)
#EFEAED
(239,234,237)
#F4F0F0
(244,240,240)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7BAD5; }

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

This text font color is #C7BAD5.

Background Color

.myBgColor { background-color: #C7BAD5; }

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

This div background color is #C7BAD5.

Border color

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

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

This div border color is #C7BAD5.

Opacity

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

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

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

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

This text has shadow with #C7BAD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7BAD5.

Preview

Color preview on black background

This text has color #C7BAD5 on black background.


Color preview on white background

This text has color #C7BAD5 on white background.


Black color preview on #C7BAD5 background

This text has black color on #C7BAD5 background.


White color preview on #C7BAD5 background

This text has white color on #C7BAD5 background.


Related colors

Complementary color

Complementary color for #hex is #38452A.


I love getcolorcode.com

Triadic colors

1 #D5C7BA and #BAD5C7 with #C7BAD5 are triadic colors.

2 #D5BAC7 and #BAC7D5 with #C7BAD5 are triadic colors.