COLOR #C77DAE

HEX: #C77DAE
RGB: (199,125,174)

Renk bilgisi

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

RGB renk modeli

#C77DAE color RGB value is (199,125,174).

  • kırmız ton 199;
  • yeşil ton 125;
  • mavi ton 174.
RGB:
(199,125,174)
(78%,49%,68%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 125 of 255 = 49%
B 174 of 255 = 68%

199
125
174

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 125 + 174 = 498 (100%)
R 199 of 498 ~ 39.96%
G 125 of 498 ~ 25.1%
B 174 of 498 ~ 34.94%

%39.96
%25.1
%34.94

CMYK RENK MODELİ

#C77DAE rengi CMYK tonu (0,37,13,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.19%
  • sarı tonu 12.56%
  • ana renk tonu 21.96%
CMYK:
(0,37,13,22)
C0M37Y13K22 
(0%,37%,13%,22%)
(0.00/0.37/0.13/0.22)	

CMYK yüzdeleri

%0
%37.19
%12.56
%21.96

Codes

Color #C77DAE in popluar color models

C77DAE
RGB199125174
HSL320°39.78%63.53%
HSB/HSV320°37.19%78.04%
CMYK0.00%37.19%12.56%
21.96%

Color #C77DAE in popluar number systems.

HEXC77DAE
Decimal199125174
Binary11000111111110110101110
Octal307175256

Shades and tints

Shades of #C77DAE

#C77DAE
(199,125,174)
#B5729F
(181,114,159)
#A36790
(163,103,144)
#915C81
(145,92,129)
#7F5172
(127,81,114)
#6D4663
(109,70,99)
#5B3B54
(91,59,84)
#493045
(73,48,69)
#372536
(55,37,54)
#251A27
(37,26,39)
#130F18
(19,15,24)
#000000
(0,0,0)

Tints of #C77DAE

#C77DAE
(199,125,174)
#CC88B5
(204,136,181)
#D193BC
(209,147,188)
#D69EC3
(214,158,195)
#DBA9CA
(219,169,202)
#E0B4D1
(224,180,209)
#E5BFD8
(229,191,216)
#EACADF
(234,202,223)
#EFD5E6
(239,213,230)
#F4E0ED
(244,224,237)
#F9EBF4
(249,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C77DAE color. Also use rgb(199,125,174) instead hex code.

Text Font Color

.myTextColor { color: #C77DAE; }

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

This text font color is #C77DAE.


Background Color

.myBgColor { background-color: #C77DAE; }

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

This div background color is #C77DAE.


Border color

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

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

This div border color is #C77DAE.


Opacity

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

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

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

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

This text has shadow with #C77DAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77DAE on black background.


Color preview on white background

This text has color #C77DAE on white background.



Black color preview on #C77DAE background

This text has black color on #C77DAE background.


White color preview on #C77DAE background

This text has white color on #C77DAE background.