COLOR #C7B0E3

HEX: #C7B0E3 RGB: (199,176,227)

Color info

#C7B0E3 contains red, green and blue colors in about the same proportion. Web safe color of #C7B0E3 is #CC99CC (or #C9C).

RGB color model

#C7B0E3 color RGB value is (199,176,227).

RGB: (199,176,227) (78%, 69%, 89%)

RGB channels and saturation

R 199 of 255 = 78%
G 176 of 255 = 69%
B 227 of 255 = 89%

199
176
227

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

Portions of RGB colors in percentages

R + G + B = 199 + 176 + 227 = 602 (100%)
R 199 of 602 ~ 33.06%
G 176 of 602 ~ 29.24%
B 227 of 602 ~ 37.71'%

%33.06
%29.24
%37.71

CMYK color model

#C7B0E3 color CMYK value is (12,22,0,11).

  • cyan value is 12.33%
  • magenta value is 22.47%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (12,22,0,11)
C12M22Y0K11 (12%, 22%, 0%, 11%)
(0.12 / 0.22 / 0.00 / 0.11)

CMYK percentages

%12.33
%22.47
%0
%10.98

Codes

Color #C7B0E3 in popluar color models

C7 B0 E3
RGB 199 176 227
HSL 267° 47.66% 79.02%
HSB/HSV 267° 22.47% 89.02%
CMYK 12.33% 22.47% 0.00%
10.98%

Color #C7B0E3 in popluar number systems.

HEX C7 B0 E3
Decimal 199 176 227
Binary 11000111 10110000 11100011
Octal 307 260 343

Shades and tints

Shades of #C7B0E3

#C7B0E3
(199,176,227)
#B5A0CF
(181,160,207)
#A390BB
(163,144,187)
#9180A7
(145,128,167)
#7F7093
(127,112,147)
#6D607F
(109,96,127)
#5B506B
(91,80,107)
#494057
(73,64,87)
#373043
(55,48,67)
#25202F
(37,32,47)
#13101B
(19,16,27)
#000000
(0,0,0)

Tints of #C7B0E3

#C7B0E3
(199,176,227)
#CCB7E5
(204,183,229)
#D1BEE7
(209,190,231)
#D6C5E9
(214,197,233)
#DBCCEB
(219,204,235)
#E0D3ED
(224,211,237)
#E5DAEF
(229,218,239)
#EAE1F1
(234,225,241)
#EFE8F3
(239,232,243)
#F4EFF5
(244,239,245)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B0E3 color. Also use rgb(199,176,227) instead hex code.

Text Font Color

.myTextColor { color: #C7B0E3; }

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

This text font color is #C7B0E3.

Background Color

.myBgColor { background-color: #C7B0E3; }

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

This div background color is #C7B0E3.

Border color

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

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

This div border color is #C7B0E3.

Opacity

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

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

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

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

This text has shadow with #C7B0E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B0E3.

Preview

Color preview on black background

This text has color #C7B0E3 on black background.


Color preview on white background

This text has color #C7B0E3 on white background.


Black color preview on #C7B0E3 background

This text has black color on #C7B0E3 background.


White color preview on #C7B0E3 background

This text has white color on #C7B0E3 background.


Related colors

Complementary color

Complementary color for #hex is #384F1C.


I love getcolorcode.com

Triadic colors

1 #E3C7B0 and #B0E3C7 with #C7B0E3 are triadic colors.

2 #E3B0C7 and #B0C7E3 with #C7B0E3 are triadic colors.