COLOR #ED697D

HEX: #ED697D
RGB: (237,105,125)

Renk bilgisi

#ED697D contains mainly red color. #ED697D ‘ nin web güvenlik rengi #FF6666 (ya da #F66) dir.

RGB renk modeli

#ED697D color RGB value is (237,105,125).

  • kırmız ton 237;
  • yeşil ton 105;
  • mavi ton 125.
RGB:
(237,105,125)
(93%,41%,49%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 105 of 255 = 41%
B 125 of 255 = 49%

237
105
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 105 + 125 = 467 (100%)
R 237 of 467 ~ 50.75%
G 105 of 467 ~ 22.48%
B 125 of 467 ~ 26.77%

%50.75
%22.48
%26.77

CMYK RENK MODELİ

#ED697D rengi CMYK tonu (0,56,47,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 55.70%
  • sarı tonu 47.26%
  • ana renk tonu 7.06%
CMYK:
(0,56,47,7)
C0M56Y47K7 
(0%,56%,47%,7%)
(0.00/0.56/0.47/0.07)	

CMYK yüzdeleri

%0
%55.7
%47.26
%7.06

Codes

Color #ED697D in popluar color models

ED697D
RGB237105125
HSL351°78.57%67.06%
HSB/HSV351°55.70%92.94%
CMYK0.00%55.70%47.26%
7.06%

Color #ED697D in popluar number systems.

HEXED697D
Decimal237105125
Binary1110110111010011111101
Octal355151175

Shades and tints

Shades of #ED697D

#ED697D
(237,105,125)
#D86072
(216,96,114)
#C35767
(195,87,103)
#AE4E5C
(174,78,92)
#994551
(153,69,81)
#843C46
(132,60,70)
#6F333B
(111,51,59)
#5A2A30
(90,42,48)
#452125
(69,33,37)
#30181A
(48,24,26)
#1B0F0F
(27,15,15)
#000000
(0,0,0)

Tints of #ED697D

#ED697D
(237,105,125)
#EE7688
(238,118,136)
#EF8393
(239,131,147)
#F0909E
(240,144,158)
#F19DA9
(241,157,169)
#F2AAB4
(242,170,180)
#F3B7BF
(243,183,191)
#F4C4CA
(244,196,202)
#F5D1D5
(245,209,213)
#F6DEE0
(246,222,224)
#F7EBEB
(247,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED697D color. Also use rgb(237,105,125) instead hex code.

Text Font Color

.myTextColor { color: #ED697D; }

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

This text font color is #ED697D.


Background Color

.myBgColor { background-color: #ED697D; }

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

This div background color is #ED697D.


Border color

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

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

This div border color is #ED697D.


Opacity

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

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

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

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

This text has shadow with #ED697D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED697D on black background.


Color preview on white background

This text has color #ED697D on white background.



Black color preview on #ED697D background

This text has black color on #ED697D background.


White color preview on #ED697D background

This text has white color on #ED697D background.