COLOR #C5687B

HEX: #C5687B
RGB: (197,104,123)

Color info

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

RGB color model

#C5687B color RGB value is (197,104,123).

  • red value is 197;
  • green value is 104;
  • blue value is 123.
RGB:
(197,104,123)
(77%,41%,48%)

RGB channels and saturation

R 197 of 255 = 77%
G 104 of 255 = 41%
B 123 of 255 = 48%

197
104
123

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

Portions of RGB colors in percentages

R + G + B =
197 + 104 + 123 = 424 (100%)
R 197 of 424 ~ 46.46%
G 104 of 424 ~ 24.53%
B 123 of 424 ~ 29.01%

%46.46
%24.53
%29.01

CMYK color model

#C5687B color CMYK value is (0,47,38,23).

  • cyan value is 0.00%
  • magenta value is 47.21%
  • yellow value is 37.56%
  • key color value is 22.75%
CMYK:
(0,47,38,23)
C0M47Y38K23 
(0%,47%,38%,23%)
(0.00/0.47/0.38/0.23)	

CMYK percentages

%0
%47.21
%37.56
%22.75

Codes

Color #C5687B in popluar color models

C5687B
RGB197104123
HSL348°44.50%59.02%
HSB/HSV348°47.21%77.25%
CMYK0.00%47.21%37.56%
22.75%

Color #C5687B in popluar number systems.

HEXC5687B
Decimal197104123
Binary1100010111010001111011
Octal305150173

Shades and tints

Shades of #C5687B

#C5687B
(197,104,123)
#B45F70
(180,95,112)
#A35665
(163,86,101)
#924D5A
(146,77,90)
#81444F
(129,68,79)
#703B44
(112,59,68)
#5F3239
(95,50,57)
#4E292E
(78,41,46)
#3D2023
(61,32,35)
#2C1718
(44,23,24)
#1B0E0D
(27,14,13)
#000000
(0,0,0)

Tints of #C5687B

#C5687B
(197,104,123)
#CA7587
(202,117,135)
#CF8293
(207,130,147)
#D48F9F
(212,143,159)
#D99CAB
(217,156,171)
#DEA9B7
(222,169,183)
#E3B6C3
(227,182,195)
#E8C3CF
(232,195,207)
#EDD0DB
(237,208,219)
#F2DDE7
(242,221,231)
#F7EAF3
(247,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5687B color. Also use rgb(197,104,123) instead hex code.

Text Font Color

.myTextColor { color: #C5687B; }

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

This text font color is #C5687B.


Background Color

.myBgColor { background-color: #C5687B; }

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

This div background color is #C5687B.


Border color

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

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

This div border color is #C5687B.


Opacity

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

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

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

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

This text has shadow with #C5687B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5687B on black background.


Color preview on white background

This text has color #C5687B on white background.



Black color preview on #C5687B background

This text has black color on #C5687B background.


White color preview on #C5687B background

This text has white color on #C5687B background.