COLOR #C7BEC4

HEX: #C7BEC4 RGB: (199,190,196)

Color info

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

RGB color model

#C7BEC4 color RGB value is (199,190,196).

RGB: (199,190,196) (78%, 75%, 77%)

RGB channels and saturation

R 199 of 255 = 78%
G 190 of 255 = 75%
B 196 of 255 = 77%

199
190
196

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

Portions of RGB colors in percentages

R + G + B = 199 + 190 + 196 = 585 (100%)
R 199 of 585 ~ 34.02%
G 190 of 585 ~ 32.48%
B 196 of 585 ~ 33.5'%

%34.02
%32.48
%33.5

CMYK color model

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

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

CMYK: (0,5,2,22)
C0M5Y2K22 (0%, 5%, 2%, 22%)
(0.00 / 0.05 / 0.02 / 0.22)

CMYK percentages

%0
%4.52
%1.51
%21.96

Codes

Color #C7BEC4 in popluar color models

C7 BE C4
RGB 199 190 196
HSL 320° 7.44% 76.27%
HSB/HSV 320° 4.52% 78.04%
CMYK 0.00% 4.52% 1.51%
21.96%

Color #C7BEC4 in popluar number systems.

HEX C7 BE C4
Decimal 199 190 196
Binary 11000111 10111110 11000100
Octal 307 276 304

Shades and tints

Shades of #C7BEC4

#C7BEC4
(199,190,196)
#B5ADB3
(181,173,179)
#A39CA2
(163,156,162)
#918B91
(145,139,145)
#7F7A80
(127,122,128)
#6D696F
(109,105,111)
#5B585E
(91,88,94)
#49474D
(73,71,77)
#37363C
(55,54,60)
#25252B
(37,37,43)
#13141A
(19,20,26)
#000000
(0,0,0)

Tints of #C7BEC4

#C7BEC4
(199,190,196)
#CCC3C9
(204,195,201)
#D1C8CE
(209,200,206)
#D6CDD3
(214,205,211)
#DBD2D8
(219,210,216)
#E0D7DD
(224,215,221)
#E5DCE2
(229,220,226)
#EAE1E7
(234,225,231)
#EFE6EC
(239,230,236)
#F4EBF1
(244,235,241)
#F9F0F6
(249,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7BEC4; }

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

This text font color is #C7BEC4.

Background Color

.myBgColor { background-color: #C7BEC4; }

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

This div background color is #C7BEC4.

Border color

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

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

This div border color is #C7BEC4.

Opacity

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

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

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

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

This text has shadow with #C7BEC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7BEC4.

Preview

Color preview on black background

This text has color #C7BEC4 on black background.


Color preview on white background

This text has color #C7BEC4 on white background.


Black color preview on #C7BEC4 background

This text has black color on #C7BEC4 background.


White color preview on #C7BEC4 background

This text has white color on #C7BEC4 background.


Related colors

Complementary color

Complementary color for #hex is #38413B.


I love getcolorcode.com

Triadic colors

1 #C4C7BE and #BEC4C7 with #C7BEC4 are triadic colors.

2 #C4BEC7 and #BEC7C4 with #C7BEC4 are triadic colors.