COLOR #C7BDED

HEX: #C7BDED RGB: (199,189,237)

Color info

#C7BDED contains red, green and blue colors in about the same proportion. Web safe color of #C7BDED is #CCCCFF (or #CCF).

RGB color model

#C7BDED color RGB value is (199,189,237).

RGB: (199,189,237) (78%, 74%, 93%)

RGB channels and saturation

R 199 of 255 = 78%
G 189 of 255 = 74%
B 237 of 255 = 93%

199
189
237

R + G + B ~ 82%. #C7BDED is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 189 + 237 = 625 (100%)
R 199 of 625 ~ 31.84%
G 189 of 625 ~ 30.24%
B 237 of 625 ~ 37.92'%

%31.84
%30.24
%37.92

CMYK color model

#C7BDED color CMYK value is (16,20,0,7).

  • cyan value is 16.03%
  • magenta value is 20.25%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (16,20,0,7)
C16M20Y0K7 (16%, 20%, 0%, 7%)
(0.16 / 0.20 / 0.00 / 0.07)

CMYK percentages

%16.03
%20.25
%0
%7.06

Codes

Color #C7BDED in popluar color models

C7 BD ED
RGB 199 189 237
HSL 253° 57.14% 83.53%
HSB/HSV 253° 20.25% 92.94%
CMYK 16.03% 20.25% 0.00%
7.06%

Color #C7BDED in popluar number systems.

HEX C7 BD ED
Decimal 199 189 237
Binary 11000111 10111101 11101101
Octal 307 275 355

Shades and tints

Shades of #C7BDED

#C7BDED
(199,189,237)
#B5ACD8
(181,172,216)
#A39BC3
(163,155,195)
#918AAE
(145,138,174)
#7F7999
(127,121,153)
#6D6884
(109,104,132)
#5B576F
(91,87,111)
#49465A
(73,70,90)
#373545
(55,53,69)
#252430
(37,36,48)
#13131B
(19,19,27)
#000000
(0,0,0)

Tints of #C7BDED

#C7BDED
(199,189,237)
#CCC3EE
(204,195,238)
#D1C9EF
(209,201,239)
#D6CFF0
(214,207,240)
#DBD5F1
(219,213,241)
#E0DBF2
(224,219,242)
#E5E1F3
(229,225,243)
#EAE7F4
(234,231,244)
#EFEDF5
(239,237,245)
#F4F3F6
(244,243,246)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7BDED color. Also use rgb(199,189,237) instead hex code.

Text Font Color

.myTextColor { color: #C7BDED; }

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

This text font color is #C7BDED.

Background Color

.myBgColor { background-color: #C7BDED; }

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

This div background color is #C7BDED.

Border color

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

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

This div border color is #C7BDED.

Opacity

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

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

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

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

This text has shadow with #C7BDED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7BDED.

Preview

Color preview on black background

This text has color #C7BDED on black background.


Color preview on white background

This text has color #C7BDED on white background.


Black color preview on #C7BDED background

This text has black color on #C7BDED background.


White color preview on #C7BDED background

This text has white color on #C7BDED background.


Related colors

Complementary color

Complementary color for #hex is #384212.


I love getcolorcode.com

Triadic colors

1 #EDC7BD and #BDEDC7 with #C7BDED are triadic colors.

2 #EDBDC7 and #BDC7ED with #C7BDED are triadic colors.