COLOR #C7BABE

HEX: #C7BABE RGB: (199,186,190)

Color info

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

RGB color model

#C7BABE color RGB value is (199,186,190).

RGB: (199,186,190) (78%, 73%, 75%)

RGB channels and saturation

R 199 of 255 = 78%
G 186 of 255 = 73%
B 190 of 255 = 75%

199
186
190

R + G + B ~ 75%. #C7BABE is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 186 + 190 = 575 (100%)
R 199 of 575 ~ 34.61%
G 186 of 575 ~ 32.35%
B 190 of 575 ~ 33.04'%

%34.61
%32.35
%33.04

CMYK color model

#C7BABE color CMYK value is (0,7,5,22).

  • cyan value is 0.00%
  • magenta value is 6.53%
  • yellow value is 4.52%
  • key color value is 21.96%

CMYK: (0,7,5,22)
C0M7Y5K22 (0%, 7%, 5%, 22%)
(0.00 / 0.07 / 0.05 / 0.22)

CMYK percentages

%0
%6.53
%4.52
%21.96

Codes

Color #C7BABE in popluar color models

C7 BA BE
RGB 199 186 190
HSL 342° 10.40% 75.49%
HSB/HSV 342° 6.53% 78.04%
CMYK 0.00% 6.53% 4.52%
21.96%

Color #C7BABE in popluar number systems.

HEX C7 BA BE
Decimal 199 186 190
Binary 11000111 10111010 10111110
Octal 307 272 276

Shades and tints

Shades of #C7BABE

#C7BABE
(199,186,190)
#B5AAAD
(181,170,173)
#A39A9C
(163,154,156)
#918A8B
(145,138,139)
#7F7A7A
(127,122,122)
#6D6A69
(109,106,105)
#5B5A58
(91,90,88)
#494A47
(73,74,71)
#373A36
(55,58,54)
#252A25
(37,42,37)
#131A14
(19,26,20)
#000000
(0,0,0)

Tints of #C7BABE

#C7BABE
(199,186,190)
#CCC0C3
(204,192,195)
#D1C6C8
(209,198,200)
#D6CCCD
(214,204,205)
#DBD2D2
(219,210,210)
#E0D8D7
(224,216,215)
#E5DEDC
(229,222,220)
#EAE4E1
(234,228,225)
#EFEAE6
(239,234,230)
#F4F0EB
(244,240,235)
#F9F6F0
(249,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7BABE; }

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

This text font color is #C7BABE.

Background Color

.myBgColor { background-color: #C7BABE; }

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

This div background color is #C7BABE.

Border color

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

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

This div border color is #C7BABE.

Opacity

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

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

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

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

This text has shadow with #C7BABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7BABE.

Preview

Color preview on black background

This text has color #C7BABE on black background.


Color preview on white background

This text has color #C7BABE on white background.


Black color preview on #C7BABE background

This text has black color on #C7BABE background.


White color preview on #C7BABE background

This text has white color on #C7BABE background.


Related colors

Complementary color

Complementary color for #hex is #384541.


I love getcolorcode.com

Triadic colors

1 #BEC7BA and #BABEC7 with #C7BABE are triadic colors.

2 #BEBAC7 and #BAC7BE with #C7BABE are triadic colors.