COLOR #C2677E

HEX: #C2677E
RGB: (194,103,126)

Color info

#C2677E contains mainly red color. Web safe color of #C2677E is #CC6666 (or #C66).

RGB color model

#C2677E color RGB value is (194,103,126).

  • red value is 194;
  • green value is 103;
  • blue value is 126.
RGB:
(194,103,126)
(76%,40%,49%)

RGB channels and saturation

R 194 of 255 = 76%
G 103 of 255 = 40%
B 126 of 255 = 49%

194
103
126

R + G + B ~ 55%. #C2677E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
194 + 103 + 126 = 423 (100%)
R 194 of 423 ~ 45.86%
G 103 of 423 ~ 24.35%
B 126 of 423 ~ 29.79%

%45.86
%24.35
%29.79

CMYK color model

#C2677E color CMYK value is (0,47,35,24).

  • cyan value is 0.00%
  • magenta value is 46.91%
  • yellow value is 35.05%
  • key color value is 23.92%
CMYK:
(0,47,35,24)
C0M47Y35K24 
(0%,47%,35%,24%)
(0.00/0.47/0.35/0.24)	

CMYK percentages

%0
%46.91
%35.05
%23.92

Codes

Color #C2677E in popluar color models

C2677E
RGB194103126
HSL345°42.72%58.24%
HSB/HSV345°46.91%76.08%
CMYK0.00%46.91%35.05%
23.92%

Color #C2677E in popluar number systems.

HEXC2677E
Decimal194103126
Binary1100001011001111111110
Octal302147176

Shades and tints

Shades of #C2677E

#C2677E
(194,103,126)
#B15E73
(177,94,115)
#A05568
(160,85,104)
#8F4C5D
(143,76,93)
#7E4352
(126,67,82)
#6D3A47
(109,58,71)
#5C313C
(92,49,60)
#4B2831
(75,40,49)
#3A1F26
(58,31,38)
#29161B
(41,22,27)
#180D10
(24,13,16)
#000000
(0,0,0)

Tints of #C2677E

#C2677E
(194,103,126)
#C77489
(199,116,137)
#CC8194
(204,129,148)
#D18E9F
(209,142,159)
#D69BAA
(214,155,170)
#DBA8B5
(219,168,181)
#E0B5C0
(224,181,192)
#E5C2CB
(229,194,203)
#EACFD6
(234,207,214)
#EFDCE1
(239,220,225)
#F4E9EC
(244,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2677E color. Also use rgb(194,103,126) instead hex code.

Text Font Color

.myTextColor { color: #C2677E; }

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

This text font color is #C2677E.


Background Color

.myBgColor { background-color: #C2677E; }

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

This div background color is #C2677E.


Border color

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

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

This div border color is #C2677E.


Opacity

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

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

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

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

This text has shadow with #C2677E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2677E on black background.


Color preview on white background

This text has color #C2677E on white background.



Black color preview on #C2677E background

This text has black color on #C2677E background.


White color preview on #C2677E background

This text has white color on #C2677E background.