COLOR #CB677B

HEX: #CB677B RGB: (203,103,123)

Color info

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

RGB color model

#CB677B color RGB value is (203,103,123).

RGB: (203,103,123) (80%, 40%, 48%)

RGB channels and saturation

R 203 of 255 = 80%
G 103 of 255 = 40%
B 123 of 255 = 48%

203
103
123

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

Portions of RGB colors in percentages

R + G + B = 203 + 103 + 123 = 429 (100%)
R 203 of 429 ~ 47.32%
G 103 of 429 ~ 24.01%
B 123 of 429 ~ 28.67'%

%47.32
%24.01
%28.67

CMYK color model

#CB677B color CMYK value is (0,49,39,20).

  • cyan value is 0.00%
  • magenta value is 49.26%
  • yellow value is 39.41%
  • key color value is 20.39%

CMYK: (0,49,39,20)
C0M49Y39K20 (0%, 49%, 39%, 20%)
(0.00 / 0.49 / 0.39 / 0.20)

CMYK percentages

%0
%49.26
%39.41
%20.39

Codes

Color #CB677B in popluar color models

CB 67 7B
RGB 203 103 123
HSL 348° 49.02% 60.00%
HSB/HSV 348° 49.26% 79.61%
CMYK 0.00% 49.26% 39.41%
20.39%

Color #CB677B in popluar number systems.

HEX CB 67 7B
Decimal 203 103 123
Binary 11001011 1100111 1111011
Octal 313 147 173

Shades and tints

Shades of #CB677B

#CB677B
(203,103,123)
#B95E70
(185,94,112)
#A75565
(167,85,101)
#954C5A
(149,76,90)
#83434F
(131,67,79)
#713A44
(113,58,68)
#5F3139
(95,49,57)
#4D282E
(77,40,46)
#3B1F23
(59,31,35)
#291618
(41,22,24)
#170D0D
(23,13,13)
#000000
(0,0,0)

Tints of #CB677B

#CB677B
(203,103,123)
#CF7487
(207,116,135)
#D38193
(211,129,147)
#D78E9F
(215,142,159)
#DB9BAB
(219,155,171)
#DFA8B7
(223,168,183)
#E3B5C3
(227,181,195)
#E7C2CF
(231,194,207)
#EBCFDB
(235,207,219)
#EFDCE7
(239,220,231)
#F3E9F3
(243,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB677B color. Also use rgb(203,103,123) instead hex code.

Text Font Color

.myTextColor { color: #CB677B; }

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

This text font color is #CB677B.

Background Color

.myBgColor { background-color: #CB677B; }

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

This div background color is #CB677B.

Border color

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

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

This div border color is #CB677B.

Opacity

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

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

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

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

This text has shadow with #CB677B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CB677B.

Preview

Color preview on black background

This text has color #CB677B on black background.


Color preview on white background

This text has color #CB677B on white background.


Black color preview on #CB677B background

This text has black color on #CB677B background.


White color preview on #CB677B background

This text has white color on #CB677B background.


Related colors

Complementary color

Complementary color for #hex is #349884.


I love getcolorcode.com

Triadic colors

1 #7BCB67 and #677BCB with #CB677B are triadic colors.

2 #7B67CB and #67CB7B with #CB677B are triadic colors.