COLOR #CC988C

HEX: #CC988C
RGB: (204,152,140)

Renk bilgisi

#CC988C contains mainly red and green colors. #CC988C ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#CC988C color RGB value is (204,152,140).

  • kırmız ton 204;
  • yeşil ton 152;
  • mavi ton 140.
RGB:
(204,152,140)
(80%,60%,55%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 152 of 255 = 60%
B 140 of 255 = 55%

204
152
140

R + G + B ~ 65%. #CC988C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 152 + 140 = 496 (100%)
R 204 of 496 ~ 41.13%
G 152 of 496 ~ 30.65%
B 140 of 496 ~ 28.23%

%41.13
%30.65
%28.23

CMYK RENK MODELİ

#CC988C rengi CMYK tonu (0,25,31,20).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.49%
  • sarı tonu 31.37%
  • ana renk tonu 20.00%
CMYK:
(0,25,31,20)
C0M25Y31K20 
(0%,25%,31%,20%)
(0.00/0.25/0.31/0.20)	

CMYK yüzdeleri

%0
%25.49
%31.37
%20

Codes

Color #CC988C in popluar color models

CC988C
RGB204152140
HSL11°38.55%67.45%
HSB/HSV11°31.37%80.00%
CMYK0.00%25.49%31.37%
20.00%

Color #CC988C in popluar number systems.

HEXCC988C
Decimal204152140
Binary110011001001100010001100
Octal314230214

Shades and tints

Shades of #CC988C

#CC988C
(204,152,140)
#BA8B80
(186,139,128)
#A87E74
(168,126,116)
#967168
(150,113,104)
#84645C
(132,100,92)
#725750
(114,87,80)
#604A44
(96,74,68)
#4E3D38
(78,61,56)
#3C302C
(60,48,44)
#2A2320
(42,35,32)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #CC988C

#CC988C
(204,152,140)
#D0A196
(208,161,150)
#D4AAA0
(212,170,160)
#D8B3AA
(216,179,170)
#DCBCB4
(220,188,180)
#E0C5BE
(224,197,190)
#E4CEC8
(228,206,200)
#E8D7D2
(232,215,210)
#ECE0DC
(236,224,220)
#F0E9E6
(240,233,230)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC988C color. Also use rgb(204,152,140) instead hex code.

Text Font Color

.myTextColor { color: #CC988C; }

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

This text font color is #CC988C.


Background Color

.myBgColor { background-color: #CC988C; }

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

This div background color is #CC988C.


Border color

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

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

This div border color is #CC988C.


Opacity

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

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

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

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

This text has shadow with #CC988C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC988C on black background.


Color preview on white background

This text has color #CC988C on white background.



Black color preview on #CC988C background

This text has black color on #CC988C background.


White color preview on #CC988C background

This text has white color on #CC988C background.