COLOR #CC6D99

HEX: #CC6D99
RGB: (204,109,153)

Renk bilgisi

#CC6D99 contains mainly red and blue colors. #CC6D99 ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#CC6D99 color RGB value is (204,109,153).

  • kırmız ton 204;
  • yeşil ton 109;
  • mavi ton 153.
RGB:
(204,109,153)
(80%,43%,60%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 109 of 255 = 43%
B 153 of 255 = 60%

204
109
153

R + G + B ~ 61%. #CC6D99 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 109 + 153 = 466 (100%)
R 204 of 466 ~ 43.78%
G 109 of 466 ~ 23.39%
B 153 of 466 ~ 32.83%

%43.78
%23.39
%32.83

CMYK RENK MODELİ

#CC6D99 rengi CMYK tonu (0,47,25,20).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.57%
  • sarı tonu 25.00%
  • ana renk tonu 20.00%
CMYK:
(0,47,25,20)
C0M47Y25K20 
(0%,47%,25%,20%)
(0.00/0.47/0.25/0.20)	

CMYK yüzdeleri

%0
%46.57
%25
%20

Codes

Color #CC6D99 in popluar color models

CC6D99
RGB204109153
HSL332°48.22%61.37%
HSB/HSV332°46.57%80.00%
CMYK0.00%46.57%25.00%
20.00%

Color #CC6D99 in popluar number systems.

HEXCC6D99
Decimal204109153
Binary11001100110110110011001
Octal314155231

Shades and tints

Shades of #CC6D99

#CC6D99
(204,109,153)
#BA648C
(186,100,140)
#A85B7F
(168,91,127)
#965272
(150,82,114)
#844965
(132,73,101)
#724058
(114,64,88)
#60374B
(96,55,75)
#4E2E3E
(78,46,62)
#3C2531
(60,37,49)
#2A1C24
(42,28,36)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #CC6D99

#CC6D99
(204,109,153)
#D07AA2
(208,122,162)
#D487AB
(212,135,171)
#D894B4
(216,148,180)
#DCA1BD
(220,161,189)
#E0AEC6
(224,174,198)
#E4BBCF
(228,187,207)
#E8C8D8
(232,200,216)
#ECD5E1
(236,213,225)
#F0E2EA
(240,226,234)
#F4EFF3
(244,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC6D99 color. Also use rgb(204,109,153) instead hex code.

Text Font Color

.myTextColor { color: #CC6D99; }

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

This text font color is #CC6D99.


Background Color

.myBgColor { background-color: #CC6D99; }

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

This div background color is #CC6D99.


Border color

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

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

This div border color is #CC6D99.


Opacity

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

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

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

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

This text has shadow with #CC6D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC6D99 on black background.


Color preview on white background

This text has color #CC6D99 on white background.



Black color preview on #CC6D99 background

This text has black color on #CC6D99 background.


White color preview on #CC6D99 background

This text has white color on #CC6D99 background.