COLOR #C7BEC8

HEX: #C7BEC8 RGB: (199,190,200)

Color info

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

RGB color model

#C7BEC8 color RGB value is (199,190,200).

RGB: (199,190,200) (78%, 75%, 78%)

RGB channels and saturation

R 199 of 255 = 78%
G 190 of 255 = 75%
B 200 of 255 = 78%

199
190
200

R + G + B ~ 77%. #C7BEC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 190 + 200 = 589 (100%)
R 199 of 589 ~ 33.79%
G 190 of 589 ~ 32.26%
B 200 of 589 ~ 33.96'%

%33.79
%32.26
%33.96

CMYK color model

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

  • cyan value is 0.50%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (0,5,0,22)
C0M5Y0K22 (0%, 5%, 0%, 22%)
(0.00 / 0.05 / 0.00 / 0.22)

CMYK percentages

%0.5
%5
%0
%21.57

Codes

Color #C7BEC8 in popluar color models

C7 BE C8
RGB 199 190 200
HSL 294° 8.33% 76.47%
HSB/HSV 294° 5.00% 78.43%
CMYK 0.50% 5.00% 0.00%
21.57%

Color #C7BEC8 in popluar number systems.

HEX C7 BE C8
Decimal 199 190 200
Binary 11000111 10111110 11001000
Octal 307 276 310

Shades and tints

Shades of #C7BEC8

#C7BEC8
(199,190,200)
#B5ADB6
(181,173,182)
#A39CA4
(163,156,164)
#918B92
(145,139,146)
#7F7A80
(127,122,128)
#6D696E
(109,105,110)
#5B585C
(91,88,92)
#49474A
(73,71,74)
#373638
(55,54,56)
#252526
(37,37,38)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #C7BEC8

#C7BEC8
(199,190,200)
#CCC3CD
(204,195,205)
#D1C8D2
(209,200,210)
#D6CDD7
(214,205,215)
#DBD2DC
(219,210,220)
#E0D7E1
(224,215,225)
#E5DCE6
(229,220,230)
#EAE1EB
(234,225,235)
#EFE6F0
(239,230,240)
#F4EBF5
(244,235,245)
#F9F0FA
(249,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7BEC8; }

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

This text font color is #C7BEC8.

Background Color

.myBgColor { background-color: #C7BEC8; }

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

This div background color is #C7BEC8.

Border color

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

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

This div border color is #C7BEC8.

Opacity

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

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

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

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

This text has shadow with #C7BEC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7BEC8.

Preview

Color preview on black background

This text has color #C7BEC8 on black background.


Color preview on white background

This text has color #C7BEC8 on white background.


Black color preview on #C7BEC8 background

This text has black color on #C7BEC8 background.


White color preview on #C7BEC8 background

This text has white color on #C7BEC8 background.


Related colors

Complementary color

Complementary color for #hex is #384137.


I love getcolorcode.com

Triadic colors

1 #C8C7BE and #BEC8C7 with #C7BEC8 are triadic colors.

2 #C8BEC7 and #BEC7C8 with #C7BEC8 are triadic colors.