COLOR #C67D88

HEX: #C67D88
RGB: (198,125,136)

Color info

#C67D88 contains mainly red color. Web safe color of #C67D88 is #CC6699 (or #C69).

RGB color model

#C67D88 color RGB value is (198,125,136).

  • red value is 198;
  • green value is 125;
  • blue value is 136.
RGB:
(198,125,136)
(78%,49%,53%)

RGB channels and saturation

R 198 of 255 = 78%
G 125 of 255 = 49%
B 136 of 255 = 53%

198
125
136

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

Portions of RGB colors in percentages

R + G + B =
198 + 125 + 136 = 459 (100%)
R 198 of 459 ~ 43.14%
G 125 of 459 ~ 27.23%
B 136 of 459 ~ 29.63%

%43.14
%27.23
%29.63

CMYK color model

#C67D88 color CMYK value is (0,37,31,22).

  • cyan value is 0.00%
  • magenta value is 36.87%
  • yellow value is 31.31%
  • key color value is 22.35%
CMYK:
(0,37,31,22)
C0M37Y31K22 
(0%,37%,31%,22%)
(0.00/0.37/0.31/0.22)	

CMYK percentages

%0
%36.87
%31.31
%22.35

Codes

Color #C67D88 in popluar color models

C67D88
RGB198125136
HSL351°39.04%63.33%
HSB/HSV351°36.87%77.65%
CMYK0.00%36.87%31.31%
22.35%

Color #C67D88 in popluar number systems.

HEXC67D88
Decimal198125136
Binary11000110111110110001000
Octal306175210

Shades and tints

Shades of #C67D88

#C67D88
(198,125,136)
#B4727C
(180,114,124)
#A26770
(162,103,112)
#905C64
(144,92,100)
#7E5158
(126,81,88)
#6C464C
(108,70,76)
#5A3B40
(90,59,64)
#483034
(72,48,52)
#362528
(54,37,40)
#241A1C
(36,26,28)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #C67D88

#C67D88
(198,125,136)
#CB8892
(203,136,146)
#D0939C
(208,147,156)
#D59EA6
(213,158,166)
#DAA9B0
(218,169,176)
#DFB4BA
(223,180,186)
#E4BFC4
(228,191,196)
#E9CACE
(233,202,206)
#EED5D8
(238,213,216)
#F3E0E2
(243,224,226)
#F8EBEC
(248,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C67D88 color. Also use rgb(198,125,136) instead hex code.

Text Font Color

.myTextColor { color: #C67D88; }

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

This text font color is #C67D88.


Background Color

.myBgColor { background-color: #C67D88; }

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

This div background color is #C67D88.


Border color

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

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

This div border color is #C67D88.


Opacity

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

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

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

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

This text has shadow with #C67D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C67D88 on black background.


Color preview on white background

This text has color #C67D88 on white background.



Black color preview on #C67D88 background

This text has black color on #C67D88 background.


White color preview on #C67D88 background

This text has white color on #C67D88 background.