COLOR #C7ADAE

HEX: #C7ADAE
RGB: (199,173,174)

Renk bilgisi

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

RGB renk modeli

#C7ADAE color RGB value is (199,173,174).

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

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 173 of 255 = 68%
B 174 of 255 = 68%

199
173
174

R + G + B ~ 71%. #C7ADAE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 173 + 174 = 546 (100%)
R 199 of 546 ~ 36.45%
G 173 of 546 ~ 31.68%
B 174 of 546 ~ 31.87%

%36.45
%31.68
%31.87

CMYK RENK MODELİ

#C7ADAE rengi CMYK tonu (0,13,13,22).

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

CMYK yüzdeleri

%0
%13.07
%12.56
%21.96

Codes

Color #C7ADAE in popluar color models

C7ADAE
RGB199173174
HSL358°18.84%72.94%
HSB/HSV358°13.07%78.04%
CMYK0.00%13.07%12.56%
21.96%

Color #C7ADAE in popluar number systems.

HEXC7ADAE
Decimal199173174
Binary110001111010110110101110
Octal307255256

Shades and tints

Shades of #C7ADAE

#C7ADAE
(199,173,174)
#B59E9F
(181,158,159)
#A38F90
(163,143,144)
#918081
(145,128,129)
#7F7172
(127,113,114)
#6D6263
(109,98,99)
#5B5354
(91,83,84)
#494445
(73,68,69)
#373536
(55,53,54)
#252627
(37,38,39)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #C7ADAE

#C7ADAE
(199,173,174)
#CCB4B5
(204,180,181)
#D1BBBC
(209,187,188)
#D6C2C3
(214,194,195)
#DBC9CA
(219,201,202)
#E0D0D1
(224,208,209)
#E5D7D8
(229,215,216)
#EADEDF
(234,222,223)
#EFE5E6
(239,229,230)
#F4ECED
(244,236,237)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7ADAE; }

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

This text font color is #C7ADAE.


Background Color

.myBgColor { background-color: #C7ADAE; }

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

This div background color is #C7ADAE.


Border color

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

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

This div border color is #C7ADAE.


Opacity

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

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

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

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

This text has shadow with #C7ADAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7ADAE on black background.


Color preview on white background

This text has color #C7ADAE on white background.



Black color preview on #C7ADAE background

This text has black color on #C7ADAE background.


White color preview on #C7ADAE background

This text has white color on #C7ADAE background.