COLOR #C77EBD

HEX: #C77EBD
RGB: (199,126,189)

Color info

#C77EBD contains mainly red and blue colors. Web safe color of #C77EBD is #CC66CC (or #C6C).

RGB color model

#C77EBD color RGB value is (199,126,189).

  • red value is 199;
  • green value is 126;
  • blue value is 189.
RGB:
(199,126,189)
(78%,49%,74%)

RGB channels and saturation

R 199 of 255 = 78%
G 126 of 255 = 49%
B 189 of 255 = 74%

199
126
189

R + G + B ~ 67%. #C77EBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 126 + 189 = 514 (100%)
R 199 of 514 ~ 38.72%
G 126 of 514 ~ 24.51%
B 189 of 514 ~ 36.77%

%38.72
%24.51
%36.77

CMYK color model

#C77EBD color CMYK value is (0,37,5,22).

  • cyan value is 0.00%
  • magenta value is 36.68%
  • yellow value is 5.03%
  • key color value is 21.96%
CMYK:
(0,37,5,22)
C0M37Y5K22 
(0%,37%,5%,22%)
(0.00/0.37/0.05/0.22)	

CMYK percentages

%0
%36.68
%5.03
%21.96

Codes

Color #C77EBD in popluar color models

C77EBD
RGB199126189
HSL308°39.46%63.73%
HSB/HSV308°36.68%78.04%
CMYK0.00%36.68%5.03%
21.96%

Color #C77EBD in popluar number systems.

HEXC77EBD
Decimal199126189
Binary11000111111111010111101
Octal307176275

Shades and tints

Shades of #C77EBD

#C77EBD
(199,126,189)
#B573AC
(181,115,172)
#A3689B
(163,104,155)
#915D8A
(145,93,138)
#7F5279
(127,82,121)
#6D4768
(109,71,104)
#5B3C57
(91,60,87)
#493146
(73,49,70)
#372635
(55,38,53)
#251B24
(37,27,36)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #C77EBD

#C77EBD
(199,126,189)
#CC89C3
(204,137,195)
#D194C9
(209,148,201)
#D69FCF
(214,159,207)
#DBAAD5
(219,170,213)
#E0B5DB
(224,181,219)
#E5C0E1
(229,192,225)
#EACBE7
(234,203,231)
#EFD6ED
(239,214,237)
#F4E1F3
(244,225,243)
#F9ECF9
(249,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C77EBD; }

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

This text font color is #C77EBD.


Background Color

.myBgColor { background-color: #C77EBD; }

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

This div background color is #C77EBD.


Border color

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

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

This div border color is #C77EBD.


Opacity

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

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

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

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

This text has shadow with #C77EBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77EBD on black background.


Color preview on white background

This text has color #C77EBD on white background.



Black color preview on #C77EBD background

This text has black color on #C77EBD background.


White color preview on #C77EBD background

This text has white color on #C77EBD background.