COLOR #CD686B

HEX: #CD686B
RGB: (205,104,107)

Color info

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

RGB color model

#CD686B color RGB value is (205,104,107).

  • red value is 205;
  • green value is 104;
  • blue value is 107.
RGB:
(205,104,107)
(80%,41%,42%)

RGB channels and saturation

R 205 of 255 = 80%
G 104 of 255 = 41%
B 107 of 255 = 42%

205
104
107

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

Portions of RGB colors in percentages

R + G + B =
205 + 104 + 107 = 416 (100%)
R 205 of 416 ~ 49.28%
G 104 of 416 ~ 25%
B 107 of 416 ~ 25.72%

%49.28
%25
%25.72

CMYK color model

#CD686B color CMYK value is (0,49,48,20).

  • cyan value is 0.00%
  • magenta value is 49.27%
  • yellow value is 47.80%
  • key color value is 19.61%
CMYK:
(0,49,48,20)
C0M49Y48K20 
(0%,49%,48%,20%)
(0.00/0.49/0.48/0.20)	

CMYK percentages

%0
%49.27
%47.8
%19.61

Codes

Color #CD686B in popluar color models

CD686B
RGB205104107
HSL358°50.25%60.59%
HSB/HSV358°49.27%80.39%
CMYK0.00%49.27%47.80%
19.61%

Color #CD686B in popluar number systems.

HEXCD686B
Decimal205104107
Binary1100110111010001101011
Octal315150153

Shades and tints

Shades of #CD686B

#CD686B
(205,104,107)
#BB5F62
(187,95,98)
#A95659
(169,86,89)
#974D50
(151,77,80)
#854447
(133,68,71)
#733B3E
(115,59,62)
#613235
(97,50,53)
#4F292C
(79,41,44)
#3D2023
(61,32,35)
#2B171A
(43,23,26)
#190E11
(25,14,17)
#000000
(0,0,0)

Tints of #CD686B

#CD686B
(205,104,107)
#D17578
(209,117,120)
#D58285
(213,130,133)
#D98F92
(217,143,146)
#DD9C9F
(221,156,159)
#E1A9AC
(225,169,172)
#E5B6B9
(229,182,185)
#E9C3C6
(233,195,198)
#EDD0D3
(237,208,211)
#F1DDE0
(241,221,224)
#F5EAED
(245,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD686B color. Also use rgb(205,104,107) instead hex code.

Text Font Color

.myTextColor { color: #CD686B; }

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

This text font color is #CD686B.


Background Color

.myBgColor { background-color: #CD686B; }

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

This div background color is #CD686B.


Border color

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

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

This div border color is #CD686B.


Opacity

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

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

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

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

This text has shadow with #CD686B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD686B on black background.


Color preview on white background

This text has color #CD686B on white background.



Black color preview on #CD686B background

This text has black color on #CD686B background.


White color preview on #CD686B background

This text has white color on #CD686B background.