COLOR #CB686B

HEX: #CB686B RGB: (203,104,107)

Color info

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

RGB color model

#CB686B color RGB value is (203,104,107).

RGB: (203,104,107) (80%, 41%, 42%)

RGB channels and saturation

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

203
104
107

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

Portions of RGB colors in percentages

R + G + B = 203 + 104 + 107 = 414 (100%)
R 203 of 414 ~ 49.03%
G 104 of 414 ~ 25.12%
B 107 of 414 ~ 25.85'%

%49.03
%25.12
%25.85

CMYK color model

#CB686B color CMYK value is (0,49,47,20).

  • cyan value is 0.00%
  • magenta value is 48.77%
  • yellow value is 47.29%
  • key color value is 20.39%

CMYK: (0,49,47,20)
C0M49Y47K20 (0%, 49%, 47%, 20%)
(0.00 / 0.49 / 0.47 / 0.20)

CMYK percentages

%0
%48.77
%47.29
%20.39

Codes

Color #CB686B in popluar color models

CB 68 6B
RGB 203 104 107
HSL 358° 48.77% 60.20%
HSB/HSV 358° 48.77% 79.61%
CMYK 0.00% 48.77% 47.29%
20.39%

Color #CB686B in popluar number systems.

HEX CB 68 6B
Decimal 203 104 107
Binary 11001011 1101000 1101011
Octal 313 150 153

Shades and tints

Shades of #CB686B

#CB686B
(203,104,107)
#B95F62
(185,95,98)
#A75659
(167,86,89)
#954D50
(149,77,80)
#834447
(131,68,71)
#713B3E
(113,59,62)
#5F3235
(95,50,53)
#4D292C
(77,41,44)
#3B2023
(59,32,35)
#29171A
(41,23,26)
#170E11
(23,14,17)
#000000
(0,0,0)

Tints of #CB686B

#CB686B
(203,104,107)
#CF7578
(207,117,120)
#D38285
(211,130,133)
#D78F92
(215,143,146)
#DB9C9F
(219,156,159)
#DFA9AC
(223,169,172)
#E3B6B9
(227,182,185)
#E7C3C6
(231,195,198)
#EBD0D3
(235,208,211)
#EFDDE0
(239,221,224)
#F3EAED
(243,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CB686B; }

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

This text font color is #CB686B.

Background Color

.myBgColor { background-color: #CB686B; }

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

This div background color is #CB686B.

Border color

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

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

This div border color is #CB686B.

Opacity

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

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

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

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

This text has shadow with #CB686B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CB686B.

Preview

Color preview on black background

This text has color #CB686B on black background.


Color preview on white background

This text has color #CB686B on white background.


Black color preview on #CB686B background

This text has black color on #CB686B background.


White color preview on #CB686B background

This text has white color on #CB686B background.


Related colors

Complementary color

Complementary color for #hex is #349794.


I love getcolorcode.com

Triadic colors

1 #6BCB68 and #686BCB with #CB686B are triadic colors.

2 #6B68CB and #68CB6B with #CB686B are triadic colors.