COLOR #D49CC4

HEX: #D49CC4
RGB: (212,156,196)

Renk bilgisi

#D49CC4 contains red, green and blue colors in about the same proportion. #D49CC4 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#D49CC4 color RGB value is (212,156,196).

  • kırmız ton 212;
  • yeşil ton 156;
  • mavi ton 196.
RGB:
(212,156,196)
(83%,61%,77%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 156 of 255 = 61%
B 196 of 255 = 77%

212
156
196

R + G + B ~ 74%. #D49CC4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 156 + 196 = 564 (100%)
R 212 of 564 ~ 37.59%
G 156 of 564 ~ 27.66%
B 196 of 564 ~ 34.75%

%37.59
%27.66
%34.75

CMYK RENK MODELİ

#D49CC4 rengi CMYK tonu (0,26,8,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.42%
  • sarı tonu 7.55%
  • ana renk tonu 16.86%
CMYK:
(0,26,8,17)
C0M26Y8K17 
(0%,26%,8%,17%)
(0.00/0.26/0.08/0.17)	

CMYK yüzdeleri

%0
%26.42
%7.55
%16.86

Codes

Color #D49CC4 in popluar color models

D49CC4
RGB212156196
HSL317°39.44%72.16%
HSB/HSV317°26.42%83.14%
CMYK0.00%26.42%7.55%
16.86%

Color #D49CC4 in popluar number systems.

HEXD49CC4
Decimal212156196
Binary110101001001110011000100
Octal324234304

Shades and tints

Shades of #D49CC4

#D49CC4
(212,156,196)
#C18EB3
(193,142,179)
#AE80A2
(174,128,162)
#9B7291
(155,114,145)
#886480
(136,100,128)
#75566F
(117,86,111)
#62485E
(98,72,94)
#4F3A4D
(79,58,77)
#3C2C3C
(60,44,60)
#291E2B
(41,30,43)
#16101A
(22,16,26)
#000000
(0,0,0)

Tints of #D49CC4

#D49CC4
(212,156,196)
#D7A5C9
(215,165,201)
#DAAECE
(218,174,206)
#DDB7D3
(221,183,211)
#E0C0D8
(224,192,216)
#E3C9DD
(227,201,221)
#E6D2E2
(230,210,226)
#E9DBE7
(233,219,231)
#ECE4EC
(236,228,236)
#EFEDF1
(239,237,241)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D49CC4 color. Also use rgb(212,156,196) instead hex code.

Text Font Color

.myTextColor { color: #D49CC4; }

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

This text font color is #D49CC4.


Background Color

.myBgColor { background-color: #D49CC4; }

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

This div background color is #D49CC4.


Border color

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

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

This div border color is #D49CC4.


Opacity

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

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

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

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

This text has shadow with #D49CC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49CC4 on black background.


Color preview on white background

This text has color #D49CC4 on white background.



Black color preview on #D49CC4 background

This text has black color on #D49CC4 background.


White color preview on #D49CC4 background

This text has white color on #D49CC4 background.