COLOR #C49ED4

HEX: #C49ED4
RGB: (196,158,212)

Renk bilgisi

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

RGB renk modeli

#C49ED4 color RGB value is (196,158,212).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 158 of 255 = 62%
B 212 of 255 = 83%

196
158
212

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 158 + 212 = 566 (100%)
R 196 of 566 ~ 34.63%
G 158 of 566 ~ 27.92%
B 212 of 566 ~ 37.46%

%34.63
%27.92
%37.46

CMYK RENK MODELİ

#C49ED4 rengi CMYK tonu (8,25,0,17).

  • camgöbeği tonu 7.55%
  • eflatun tonu 25.47%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(8,25,0,17)
C8M25Y0K17 
(8%,25%,0%,17%)
(0.08/0.25/0.00/0.17)	

CMYK yüzdeleri

%7.55
%25.47
%0
%16.86

Codes

Color #C49ED4 in popluar color models

C49ED4
RGB196158212
HSL282°38.57%72.55%
HSB/HSV282°25.47%83.14%
CMYK7.55%25.47%0.00%
16.86%

Color #C49ED4 in popluar number systems.

HEXC49ED4
Decimal196158212
Binary110001001001111011010100
Octal304236324

Shades and tints

Shades of #C49ED4

#C49ED4
(196,158,212)
#B390C1
(179,144,193)
#A282AE
(162,130,174)
#91749B
(145,116,155)
#806688
(128,102,136)
#6F5875
(111,88,117)
#5E4A62
(94,74,98)
#4D3C4F
(77,60,79)
#3C2E3C
(60,46,60)
#2B2029
(43,32,41)
#1A1216
(26,18,22)
#000000
(0,0,0)

Tints of #C49ED4

#C49ED4
(196,158,212)
#C9A6D7
(201,166,215)
#CEAEDA
(206,174,218)
#D3B6DD
(211,182,221)
#D8BEE0
(216,190,224)
#DDC6E3
(221,198,227)
#E2CEE6
(226,206,230)
#E7D6E9
(231,214,233)
#ECDEEC
(236,222,236)
#F1E6EF
(241,230,239)
#F6EEF2
(246,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49ED4; }

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

This text font color is #C49ED4.


Background Color

.myBgColor { background-color: #C49ED4; }

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

This div background color is #C49ED4.


Border color

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

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

This div border color is #C49ED4.


Opacity

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

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

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

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

This text has shadow with #C49ED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49ED4 on black background.


Color preview on white background

This text has color #C49ED4 on white background.



Black color preview on #C49ED4 background

This text has black color on #C49ED4 background.


White color preview on #C49ED4 background

This text has white color on #C49ED4 background.