COLOR #C7B2E0

HEX: #C7B2E0 RGB: (199,178,224)

Color info

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

RGB color model

#C7B2E0 color RGB value is (199,178,224).

RGB: (199,178,224) (78%, 70%, 88%)

RGB channels and saturation

R 199 of 255 = 78%
G 178 of 255 = 70%
B 224 of 255 = 88%

199
178
224

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

Portions of RGB colors in percentages

R + G + B = 199 + 178 + 224 = 601 (100%)
R 199 of 601 ~ 33.11%
G 178 of 601 ~ 29.62%
B 224 of 601 ~ 37.27'%

%33.11
%29.62
%37.27

CMYK color model

#C7B2E0 color CMYK value is (11,21,0,12).

  • cyan value is 11.16%
  • magenta value is 20.54%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (11,21,0,12)
C11M21Y0K12 (11%, 21%, 0%, 12%)
(0.11 / 0.21 / 0.00 / 0.12)

CMYK percentages

%11.16
%20.54
%0
%12.16

Codes

Color #C7B2E0 in popluar color models

C7 B2 E0
RGB 199 178 224
HSL 267° 42.59% 78.82%
HSB/HSV 267° 20.54% 87.84%
CMYK 11.16% 20.54% 0.00%
12.16%

Color #C7B2E0 in popluar number systems.

HEX C7 B2 E0
Decimal 199 178 224
Binary 11000111 10110010 11100000
Octal 307 262 340

Shades and tints

Shades of #C7B2E0

#C7B2E0
(199,178,224)
#B5A2CC
(181,162,204)
#A392B8
(163,146,184)
#9182A4
(145,130,164)
#7F7290
(127,114,144)
#6D627C
(109,98,124)
#5B5268
(91,82,104)
#494254
(73,66,84)
#373240
(55,50,64)
#25222C
(37,34,44)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #C7B2E0

#C7B2E0
(199,178,224)
#CCB9E2
(204,185,226)
#D1C0E4
(209,192,228)
#D6C7E6
(214,199,230)
#DBCEE8
(219,206,232)
#E0D5EA
(224,213,234)
#E5DCEC
(229,220,236)
#EAE3EE
(234,227,238)
#EFEAF0
(239,234,240)
#F4F1F2
(244,241,242)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B2E0 color. Also use rgb(199,178,224) instead hex code.

Text Font Color

.myTextColor { color: #C7B2E0; }

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

This text font color is #C7B2E0.

Background Color

.myBgColor { background-color: #C7B2E0; }

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

This div background color is #C7B2E0.

Border color

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

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

This div border color is #C7B2E0.

Opacity

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

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

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

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

This text has shadow with #C7B2E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B2E0.

Preview

Color preview on black background

This text has color #C7B2E0 on black background.


Color preview on white background

This text has color #C7B2E0 on white background.


Black color preview on #C7B2E0 background

This text has black color on #C7B2E0 background.


White color preview on #C7B2E0 background

This text has white color on #C7B2E0 background.


Related colors

Complementary color

Complementary color for #hex is #384D1F.


I love getcolorcode.com

Triadic colors

1 #E0C7B2 and #B2E0C7 with #C7B2E0 are triadic colors.

2 #E0B2C7 and #B2C7E0 with #C7B2E0 are triadic colors.