COLOR #C7BED5

HEX: #C7BED5 RGB: (199,190,213)

Color info

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

RGB color model

#C7BED5 color RGB value is (199,190,213).

RGB: (199,190,213) (78%, 75%, 84%)

RGB channels and saturation

R 199 of 255 = 78%
G 190 of 255 = 75%
B 213 of 255 = 84%

199
190
213

R + G + B ~ 79%. #C7BED5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 190 + 213 = 602 (100%)
R 199 of 602 ~ 33.06%
G 190 of 602 ~ 31.56%
B 213 of 602 ~ 35.38'%

%33.06
%31.56
%35.38

CMYK color model

#C7BED5 color CMYK value is (7,11,0,16).

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

CMYK: (7,11,0,16)
C7M11Y0K16 (7%, 11%, 0%, 16%)
(0.07 / 0.11 / 0.00 / 0.16)

CMYK percentages

%6.57
%10.8
%0
%16.47

Codes

Color #C7BED5 in popluar color models

C7 BE D5
RGB 199 190 213
HSL 263° 21.50% 79.02%
HSB/HSV 263° 10.80% 83.53%
CMYK 6.57% 10.80% 0.00%
16.47%

Color #C7BED5 in popluar number systems.

HEX C7 BE D5
Decimal 199 190 213
Binary 11000111 10111110 11010101
Octal 307 276 325

Shades and tints

Shades of #C7BED5

#C7BED5
(199,190,213)
#B5ADC2
(181,173,194)
#A39CAF
(163,156,175)
#918B9C
(145,139,156)
#7F7A89
(127,122,137)
#6D6976
(109,105,118)
#5B5863
(91,88,99)
#494750
(73,71,80)
#37363D
(55,54,61)
#25252A
(37,37,42)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #C7BED5

#C7BED5
(199,190,213)
#CCC3D8
(204,195,216)
#D1C8DB
(209,200,219)
#D6CDDE
(214,205,222)
#DBD2E1
(219,210,225)
#E0D7E4
(224,215,228)
#E5DCE7
(229,220,231)
#EAE1EA
(234,225,234)
#EFE6ED
(239,230,237)
#F4EBF0
(244,235,240)
#F9F0F3
(249,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7BED5; }

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

This text font color is #C7BED5.

Background Color

.myBgColor { background-color: #C7BED5; }

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

This div background color is #C7BED5.

Border color

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

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

This div border color is #C7BED5.

Opacity

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

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

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

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

This text has shadow with #C7BED5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7BED5.

Preview

Color preview on black background

This text has color #C7BED5 on black background.


Color preview on white background

This text has color #C7BED5 on white background.


Black color preview on #C7BED5 background

This text has black color on #C7BED5 background.


White color preview on #C7BED5 background

This text has white color on #C7BED5 background.


Related colors

Complementary color

Complementary color for #hex is #38412A.


I love getcolorcode.com

Triadic colors

1 #D5C7BE and #BED5C7 with #C7BED5 are triadic colors.

2 #D5BEC7 and #BEC7D5 with #C7BED5 are triadic colors.